We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5a67d commit 02cf3d0Copy full SHA for 02cf3d0
1 file changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: 12.x
21
22
- name: Use cached node_modules
23
- uses: actions/cache@v4
+ uses: actions/cache@v5
24
with:
25
path: node_modules
26
key: nodeModules-${{ hashFiles('**/yarn.lock') }}
0 commit comments