Skip to content

Commit

Permalink
Bump lycheeverse/lychee-action from 1 to 2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent d5791dc commit 66bb872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Print out *.md files to be analyzed
uses: lycheeverse/lychee-action@v1
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress --dump-inputs ./*.md ./*/*.md ./extras/**/*.md ${{ inputs.extra-input-files }}
fail: true
- name: Link Checker default args
if: ${{ !inputs.override-args }}
uses: lycheeverse/lychee-action@v1
uses: lycheeverse/lychee-action@v2
with:
# args: --base . --verbose --no-progress -a '200,403,429,500' './**/*.md'
# args: --config ./.github/workflows/lychee.toml './**/*.md'
Expand All @@ -60,7 +60,7 @@ jobs:
fail: true
- name: Link Checker user-supplied args
if: ${{ inputs.override-args }}
uses: lycheeverse/lychee-action@v1
uses: lycheeverse/lychee-action@v2
with:
# args: --base . --verbose --no-progress -a '200,403,429,500' './**/*.md'
# args: --config ./.github/workflows/lychee.toml './**/*.md'
Expand Down

0 comments on commit 66bb872

Please sign in to comment.