Skip to content

Commit 544b33f

Browse files
Bump lycheeverse/lychee-action from 1.9.0 to 2.0.2 in /.github/workflows
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.0 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.9.0...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec14855 commit 544b33f

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
@@ -40,7 +40,7 @@ jobs:
4040
npm install -g purgecss
4141
purgecss -c purgecss.config.js
4242
- name: Link Checker 🔗
43-
uses: lycheeverse/lychee-action@v1.9.0
43+
uses: lycheeverse/lychee-action@v2.0.2
4444
with:
4545
fail: true
4646
# only check local links

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646

4747
- name: Link Checker 🔗
48-
uses: lycheeverse/lychee-action@v2.1.0
48+
uses: lycheeverse/lychee-action@v2.0.2
4949
with:
5050
fail: true
5151
# removed md files that include liquid tags

0 commit comments

Comments
 (0)