We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4359a69 commit 7adf7a3Copy full SHA for 7adf7a3
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Cache
63
id: cache
64
- uses: actions/cache@v2
+ uses: actions/cache@v4
65
with:
66
path: ./node_modules
67
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments