Skip to content

Commit

Permalink
There is no v3 of the Ruby action, whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
connorshea committed Aug 5, 2022
1 parent 1821571 commit 66e71df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
node-version: 16
- name: Set up Ruby
uses: ruby/setup-ruby@v3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: '3.0'
- name: Update rubygems & bundler
run: |
ruby -v
Expand Down

0 comments on commit 66e71df

Please sign in to comment.