Skip to content

Commit 51e74c1

Browse files
authored
Merge pull request #504 from pyOpenSci/dependabot/github_actions/dot-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
2 parents 08cf93b + 8e92c77 commit 51e74c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Check links with lychee
3636
id: lychee
37-
uses: lycheeverse/lychee-action@v1.10.0
37+
uses: lycheeverse/lychee-action@v2.0.1
3838
with:
3939
fail: true
4040
args: --verbose --no-progress _site/*.html

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Link Checker
2222
id: lychee
23-
uses: lycheeverse/lychee-action@v1.10.0
23+
uses: lycheeverse/lychee-action@v2.0.1
2424
with:
2525
args: --verbose --no-progress _site/*.html
2626
env:

0 commit comments

Comments
 (0)