We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3249f2 commit 10e89e6Copy full SHA for 10e89e6
.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