Skip to content

Commit 1b85d15

Browse files
authored
Merge pull request #2424 from alan-turing-institute/dependabot/github_actions/lycheeverse/lychee-action-2.4.0
⬆️ Bump lycheeverse/lychee-action from 2.3.0 to 2.4.0
2 parents c99a1be + 27f6133 commit 1b85d15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: hatch run docs:build
4747

4848
- name: Link Checker
49-
uses: lycheeverse/lychee-action@v2.3.0
49+
uses: lycheeverse/lychee-action@v2.4.0
5050
with:
5151
args: --config='./.lychee.toml' --no-progress './docs/build/html/**/*.html'
5252
fail: true # fail on broken links

.github/workflows/test_code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: bash
5656
run: npm install -g markdown-link-check
5757
- name: Link Checker
58-
uses: lycheeverse/lychee-action@v2.3.0
58+
uses: lycheeverse/lychee-action@v2.4.0
5959
with:
6060
args: --config='./.lychee.toml' --no-progress --offline '**/*.md' --exclude-path './docs'
6161
fail: true # fail on broken links

0 commit comments

Comments
 (0)