Skip to content

Commit 0f54b3c

Browse files
chore(deps): update actions/cache action to v4
1 parent 6a2ca29 commit 0f54b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-localsetup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
# Step 4: Prepare the NodeJS/playwright environment
6666
- name: Cache node modules
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
with:
6969
path: ~/node_modules
7070
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)