Skip to content

Commit

Permalink
[ci] Use ruby/setup-ruby@v1 instead of deprecated setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed May 28, 2021
1 parent 2b126e3 commit 50080c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
restore-keys: |
v1-${{ runner.os }}-
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Setup Environment
Expand Down

0 comments on commit 50080c4

Please sign in to comment.