Skip to content

Commit 97ba8a5

Browse files
authored
move lychee to released version instead of hash
1 parent f38ab6b commit 97ba8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Link Checker
8686
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
8787
id: lychee
88-
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c
88+
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2.4.0
8989
with:
9090
args: "--verbose --no-progress ./changelog_preview.md --config .github/lychee.toml"
9191
failIfEmpty: false

0 commit comments

Comments
 (0)