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