Skip to content

Commit 1da0d83

Browse files
Bump lycheeverse/lychee-action
Bumps the github_actions group with 1 update in the /.github/workflows directory: [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb1ce9a commit 1da0d83

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
@@ -39,7 +39,7 @@ jobs:
3939
npm install -g purgecss
4040
purgecss -c purgecss.config.js
4141
- name: Link Checker πŸ”—
42-
uses: lycheeverse/lychee-action@v1.9.0
42+
uses: lycheeverse/lychee-action@v2.0.2
4343
with:
4444
fail: true
4545
# 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@v1.9.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)