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 d30ed43 commit d5fa710Copy full SHA for d5fa710
.github/workflows/gh-pages.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
node-version: "16"
39
- name: Cache dependencies
40
- uses: actions/cache@v2
+ uses: actions/cache@v4
41
42
path: ~/.npm
43
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments