Skip to content

Commit 37d135b

Browse files
authored
Merge pull request #25 from Creatrix-Net/dependabot/github_actions/dot-github/workflows/github_actions-876e8310b8
Bump lycheeverse/lychee-action from 1.9.0 to 2.0.2 in /.github/workflows in the github_actions group across 1 directory
2 parents bbc3903 + 0e51c6f commit 37d135b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/broken-links-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm install -g purgecss
4444
purgecss -c purgecss.config.js
4545
- name: Link Checker 🔗
46-
uses: lycheeverse/lychee-action@v1.9.0
46+
uses: lycheeverse/lychee-action@v2.0.2
4747
with:
4848
fail: true
4949
# only check local links

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949

5050
- name: Link Checker 🔗
51-
uses: lycheeverse/lychee-action@v2.1.0
51+
uses: lycheeverse/lychee-action@v2.0.2
5252
with:
5353
fail: true
5454
# removed md files that include liquid tags

0 commit comments

Comments
 (0)