We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a949d9 commit a7dd9dbCopy full SHA for a7dd9db
.github/workflows/gh-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: '16.x'
28
29
- name: Cache dependencies
30
- uses: actions/cache@v1
+ uses: actions/cache@v3
31
with:
32
path: ~/.npm
33
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments