Skip to content

Commit

Permalink
Merge pull request #288 from fox-forks/hyperupcall-fix-ci
Browse files Browse the repository at this point in the history
ci: Use `ruby/setup-ruby`
  • Loading branch information
mjswensen committed Oct 24, 2023
2 parents f33df10 + 0477935 commit b3314ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Install awesome_bot
Expand Down

0 comments on commit b3314ce

Please sign in to comment.