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.
1 parent 6663dc2 commit 60cc872Copy full SHA for 60cc872
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
16
- id: npm-cache-dir
17
run: echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT"
18
- - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
+ - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
19
with:
20
path: '${{ steps.npm-cache-dir.outputs.dir }}'
21
key: "${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}"
0 commit comments