There was an error while loading. Please reload this page.
1 parent bb0b008 commit 50a4f86Copy full SHA for 50a4f86
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
18
with:
19
submodules: recursive
20
@@ -24,7 +24,7 @@ jobs:
24
node-version: ${{ env.NODE_VERSION }}
25
26
- name: Cache
27
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
28
29
path: ~/.npm
30
key: ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
0 commit comments