We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba6d313 + 93cd295 commit 7157c0dCopy full SHA for 7157c0d
2 files changed
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
with:
74
node-version: ${{ matrix.node }}
75
cache: npm
76
- - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
77
78
path: /home/runner/.cmake-js
79
key: node-${{ matrix.node }}-cmake-js
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
25
submodules: recursive
26
persist-credentials: true
27
28
29
path: ~/.npm
30
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
0 commit comments