Skip to content

Commit

Permalink
Merge pull request #42 from domdfcoding/setup-ruby
Browse files Browse the repository at this point in the history
Use ruby/setup-ruby
  • Loading branch information
carlosperate committed Mar 27, 2021
2 parents 6b2f511 + c316f43 commit 0ac59b6
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 0ac59b6

Please sign in to comment.