Skip to content

Commit 8dd2f34

Browse files
dependabot[bot]tschaume
authored andcommitted
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 to 2.0.2 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1...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 56ef566 commit 8dd2f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/url-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Check for broken links
17-
uses: lycheeverse/lychee-action@v1
17+
uses: lycheeverse/lychee-action@v2.0.2
1818
with:
1919
# --exclude-loopback ensures we don't check localhost URLs
2020
args: --exclude-loopback './**/*.md' './**/*.rst'

0 commit comments

Comments
 (0)