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 3aee689 commit 69337f0Copy full SHA for 69337f0
.github/workflows/build-doc.yaml
@@ -27,7 +27,7 @@ jobs:
27
node-version: '14'
28
29
- name: Cache dependencies
30
- uses: actions/cache@v1
+ uses: actions/cache@v4
31
with:
32
path: ~/.npm
33
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments