Skip to content

Commit

Permalink
Merge pull request #504 from pyOpenSci/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions-6ccefcd3bb

build(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.0.1 in /.github/workflows in the actions group
  • Loading branch information
willingc authored Oct 14, 2024
2 parents 08cf93b + 8e92c77 commit 51e74c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Check links with lychee
id: lychee
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v2.0.1
with:
fail: true
args: --verbose --no-progress _site/*.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v2.0.1
with:
args: --verbose --no-progress _site/*.html
env:
Expand Down

0 comments on commit 51e74c1

Please sign in to comment.