Skip to content

Commit ddc1b97

Browse files
Bump lycheeverse/lychee-action from 1.7.0 to 1.9.3
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.7.0 to 1.9.3. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.7.0...v1.9.3) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38e8d97 commit ddc1b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
make html SPHINXOPTS="-W"
5353
- name: Link Checker
54-
uses: lycheeverse/lychee-action@v1.7.0
54+
uses: lycheeverse/lychee-action@v1.9.3
5555
with:
5656
args: --config='./.lychee.toml' --no-progress './docs/build/html/**/*.html'
5757
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
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333
run: npm install -g markdown-link-check
3434
- name: Link Checker
35-
uses: lycheeverse/lychee-action@v1.7.0
35+
uses: lycheeverse/lychee-action@v1.9.3
3636
with:
3737
args: --config='./.lychee.toml' --no-progress --offline '**/*.md' --exclude-path './docs'
3838
fail: true # fail on broken links

0 commit comments

Comments
 (0)