We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6751d7 + 763d3b3 commit b1b92deCopy full SHA for b1b92de
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
node-version: "12.x"
32
33
- name: Cache dependencies
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: ~/.npm
37
key: npm-packages-${{ hashFiles('**/package-lock.json') }}
.github/workflows/gh-pages.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments