Skip to content

Commit ac8384a

Browse files
authored
Merge pull request #508 from pyOpenSci/dependabot/github_actions/dot-github/workflows/actions-876e8310b8
2 parents 2ae50eb + 16246b1 commit ac8384a

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/[email protected].1
37+
uses: lycheeverse/[email protected].2
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/[email protected].1
23+
uses: lycheeverse/[email protected].2
2424
with:
2525
args: --verbose --no-progress _site/*.html
2626
env:

0 commit comments

Comments
 (0)