We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2ca29 commit 0f54b3cCopy full SHA for 0f54b3c
.github/workflows/kind-localsetup.yaml
@@ -64,7 +64,7 @@ jobs:
64
65
# Step 4: Prepare the NodeJS/playwright environment
66
- name: Cache node modules
67
- uses: actions/cache@v3
+ uses: actions/cache@v4
68
with:
69
path: ~/node_modules
70
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments