Skip to content

Commit c704118

Browse files
committed
Update link checker action
1 parent 91cbcc1 commit c704118

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/linkchecker.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

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

0 commit comments

Comments
 (0)