Skip to content

Commit

Permalink
Update link checker action
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman committed Oct 30, 2024
1 parent 91cbcc1 commit c704118
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: '3.3' # Not needed with a `.ruby-version` or `.tool-versions`
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Check links
#FIXME Need to allow duplicates (same links on the same page)
run: |
Expand Down

0 comments on commit c704118

Please sign in to comment.