Skip to content

Commit 120470a

Browse files
committed
CI: update linkchecker action.
1 parent fe49025 commit 120470a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/links.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Ruby
1818
uses: ruby/setup-ruby@v1
@@ -22,7 +22,7 @@ jobs:
2222
cache-version: 0 # Increment this number if you need to re-download cached gems
2323
- name: Setup Pages
2424
id: pages
25-
uses: actions/configure-pages@v3
25+
uses: actions/configure-pages@v5
2626

2727
- name: Build with Jekyll
2828
# Outputs to the './_site' directory by default
@@ -31,9 +31,9 @@ jobs:
3131
JEKYLL_ENV: production
3232

3333
- name: Link Checker
34-
uses: lycheeverse/lychee-action@v1.2.0
34+
uses: lycheeverse/lychee-action@v1.10.0
3535
with:
36-
args: --verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
36+
args: --verbose --no-progress -- _site/**/*.html
3737
fail: true
3838
env:
3939
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)