Skip to content

Commit 52d5bdb

Browse files
Update actions/cache action to v4.3.0
1 parent a0e56bd commit 52d5bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: 18.20.0
2525

26-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
26+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2727
with:
2828
path: node_modules
2929
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)