We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 745109c + ff7653c commit 4a76f7eCopy full SHA for 4a76f7e
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
17
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
18
- run: npm ci
19
- run: npm run lint
.github/workflows/offline-link-check.yml
@@ -10,7 +10,7 @@ jobs:
10
link_check:
11
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- run: npm run build
- uses: lycheeverse/lychee-action@v2
0 commit comments