Skip to content

Commit 273dd05

Browse files
authored
Merge pull request #512 from pyOpenSci/dependabot/github_actions/dot-github/workflows/actions-430c018882
build(deps): bump lycheeverse/lychee-action from 2.0.2 to 2.1.0 in /.github/workflows in the actions group
2 parents 4baca91 + 9acba1b commit 273dd05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-site.yml

+1-1
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@v2.0.2
37+
uses: lycheeverse/lychee-action@v2.1.0
3838
with:
3939
fail: true
4040
args: --verbose --no-progress _site/*.html

.github/workflows/linkcheck.yml

+1-1
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@v2.0.2
23+
uses: lycheeverse/lychee-action@v2.1.0
2424
with:
2525
args: --verbose --no-progress _site/*.html
2626
env:

0 commit comments

Comments
 (0)