Skip to content

Commit

Permalink
Actions: move to ruby/setup-ruby
Browse files Browse the repository at this point in the history
actions/setup-ruby is now deprecated.
  • Loading branch information
dclaisse committed Mar 25, 2024
1 parent e3d287e commit 67c4e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install dependencies
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install dependencies
Expand Down

0 comments on commit 67c4e6c

Please sign in to comment.