We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9a721 commit 8d820e7Copy full SHA for 8d820e7
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: 0
43
44
- name: Cache Node Modules
45
- uses: actions/cache@v2
+ uses: actions/cache@v3
46
with:
47
path: "/node_modules"
48
key: node-${{ hashFiles('yarn.lock') }}
0 commit comments