Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 116a22b

Browse files
chore(deps): update actions/cache digest to 0400d5f
1 parent 4208572 commit 116a22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-localsetup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Step 4: Prepare the NodeJS/playwright environment
8383
- if: steps.changed-files.outputs.localsetup_any_changed == 'true'
8484
name: Cache node modules
85-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
85+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
8686
with:
8787
path: ~/node_modules
8888
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)