Skip to content

Commit 66bb872

Browse files
Bump lycheeverse/lychee-action from 1 to 2
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1 to 2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1...v2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5791dc commit 66bb872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646
- name: Print out *.md files to be analyzed
47-
uses: lycheeverse/lychee-action@v1
47+
uses: lycheeverse/lychee-action@v2
4848
with:
4949
args: --verbose --no-progress --dump-inputs ./*.md ./*/*.md ./extras/**/*.md ${{ inputs.extra-input-files }}
5050
fail: true
5151
- name: Link Checker default args
5252
if: ${{ !inputs.override-args }}
53-
uses: lycheeverse/lychee-action@v1
53+
uses: lycheeverse/lychee-action@v2
5454
with:
5555
# args: --base . --verbose --no-progress -a '200,403,429,500' './**/*.md'
5656
# args: --config ./.github/workflows/lychee.toml './**/*.md'
@@ -60,7 +60,7 @@ jobs:
6060
fail: true
6161
- name: Link Checker user-supplied args
6262
if: ${{ inputs.override-args }}
63-
uses: lycheeverse/lychee-action@v1
63+
uses: lycheeverse/lychee-action@v2
6464
with:
6565
# args: --base . --verbose --no-progress -a '200,403,429,500' './**/*.md'
6666
# args: --config ./.github/workflows/lychee.toml './**/*.md'

0 commit comments

Comments
 (0)