Skip to content

Commit

Permalink
fix(actions): update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
aleron75 committed Mar 27, 2024
1 parent 37e30f9 commit 460c1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
- name: Set up Ruby 2.7.1
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.7.1
- name: Run awesome_bot
run: |
gem install awesome_bot
Expand Down

0 comments on commit 460c1a7

Please sign in to comment.