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 7902581 commit 30f2ef6Copy full SHA for 30f2ef6
.github/workflows/gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: '20.x'
21
22
- name: Cache dependencies
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ~/.npm
26
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments