File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments