Skip to content

Commit ed55e31

Browse files
chore(deps): pin dependencies
1 parent dd96544 commit ed55e31

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/link-check-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ jobs:
1616
name: Check all links
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2020
with:
2121
persist-credentials: false
2222

2323
- name: Restore lychee cache
24-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
24+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
2525
with:
2626
path: .lycheecache
2727
key: cache-lychee-${{ github.sha }}
2828
restore-keys: cache-lychee-
2929

3030
- name: Run Lychee
31-
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
31+
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0
3232
with:
3333
args: >-
3434
--verbose --no-progress --max-concurrency 8 --retry-wait-time 20

.github/workflows/lint-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
with:
2222
persist-credentials: false
2323

2424
- name: Install Node.js and use yarn
25-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
25+
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
2626
with:
27-
node-version: '24.15.0'
27+
node-version: '24.18.0'
2828
cache: 'yarn'
2929

3030
- name: Install All Dependencies

0 commit comments

Comments
 (0)