Skip to content

Commit 26ad295

Browse files
Bump lycheeverse/lychee-action from 2.4.1 to 2.7.0
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.4.1 to 2.7.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v2.4.1...v2.7.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a68c96 commit 26ad295

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.4.1
49+
uses: lycheeverse/lychee-action@v2.7.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.4.1
58+
uses: lycheeverse/lychee-action@v2.7.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)