Skip to content

Commit 022196d

Browse files
Copilothotlong
andcommitted
Fix link checker workflow - use stable action versions
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 457430d commit 022196d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Check links with lychee
24-
uses: lycheeverse/lychee-action@2b973e86fc5181cd4fdfd5829efc58d4dd49a2c4 # v2.0.2
24+
uses: lycheeverse/lychee-action@v2
2525
with:
2626
# Scan all markdown and MDX files in content directory, plus root README
2727
args: >-
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Create Issue on Failure
4040
if: failure()
41-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
41+
uses: actions/github-script@v7
4242
with:
4343
script: |
4444
github.rest.issues.create({

0 commit comments

Comments
 (0)