We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaae29 commit d9f3487Copy full SHA for d9f3487
.github/workflows/check.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: "16.x"
19
20
- name: Cache dependencies
21
- uses: actions/cache@v2
+ uses: actions/cache@v3
22
with:
23
path: ~/.npm
24
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/demo.yml
@@ -17,7 +17,7 @@ jobs:
17
0 commit comments