We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05247f commit f7864e9Copy full SHA for f7864e9
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Cache
26
id: cache
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
with:
29
path: ./node_modules
30
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments