We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16954bd commit df7b8c4Copy full SHA for df7b8c4
.github/workflows/master.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "::set-output name=dir::$(npm config get cache)"
35
36
- name: Node dependency cache
37
- uses: actions/cache@v2
+ uses: actions/cache@v3
38
with:
39
path: ${{ steps.npm-cache.outputs.dir }}
40
key: ${{ matrix.os }}-node-${{ hashFiles('package-lock.json') }}
0 commit comments