Skip to content

Commit

Permalink
Use ruby/setup-ruby
Browse files Browse the repository at this point in the history
actions/setup-ruby is deprecated
  • Loading branch information
domdfcoding committed Mar 25, 2021
1 parent 6b2f511 commit c316f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.4'
- run: gem install awesome_bot
Expand Down

0 comments on commit c316f43

Please sign in to comment.