Skip to content

Commit 07975ca

Browse files
authored
Merge pull request #600 from cf-convention/dependabot/github_actions/dot-github/workflows/lycheeverse/lychee-action-2.0.2
Bump lycheeverse/lychee-action from 1 to 2.0.2 in /.github/workflows
2 parents 4c890cc + 9cfef19 commit 07975ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Check markdown links
27-
uses: lycheeverse/lychee-action@v1
27+
uses: lycheeverse/lychee-action@v2.0.2
2828
with:
2929
fail: true
3030
format: markdown

.github/workflows/check_links_cron.yml

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

3333
- name: Check CF site's links
3434
id: check-links
35-
uses: lycheeverse/lychee-action@v1
35+
uses: lycheeverse/lychee-action@v2.0.2
3636
continue-on-error: true
3737
with:
3838
fail: true

0 commit comments

Comments
 (0)