We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cc5841 + 76e126b commit 0753ae5Copy full SHA for 0753ae5
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
node-version: 14
21
- name: Cache
22
- uses: actions/cache@v2
+ uses: actions/cache@v3
23
24
path: ~/.npm
25
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}
0 commit comments