Skip to content

Commit b5a6bea

Browse files
Update actions/cache action to v6 (#801)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c95d1c commit b5a6bea

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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2727
with:
2828
path: node_modules
2929
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)