We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66909b commit 876f6a9Copy full SHA for 876f6a9
1 file changed
.github/workflows/link-checker.yaml
@@ -31,6 +31,6 @@ jobs:
31
run: make build-pages
32
33
- name: Link Checker
34
- uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 #v2.3.0
+ uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c #v2.4.0
35
with:
36
args: --exclude-all-private --exclude-mail --exclude-file .github/workflows/exclude-file.txt --exclude-path pkg/goformation --verbose --no-progress './**/*.md' './**/*.html'
0 commit comments