We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4060a2 commit d55645cCopy full SHA for d55645c
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
echo "::set-output name=dir::$(npm config get cache)"
25
26
- name: Cache npm dependencies
27
- uses: actions/cache@v2
+ uses: actions/cache@v3
28
with:
29
path: ${{ steps.npm-cache-dir.outputs.dir }}
30
key: ${{ runner.os }}-node-${{ matrix.node-version }}-npm-${{ hashFiles('**/package.json') }}
0 commit comments