We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98def2b commit 97ff277Copy full SHA for 97ff277
.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