Skip to content

Commit 0fe3f66

Browse files
chore(deps): update actions/cache action to v5
1 parent 13333d8 commit 0fe3f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Cache dependencies
3636
id: cache-depends
37-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
37+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
3838
with:
3939
path: '**/node_modules'
4040
key: os-${{ matrix.os }}-node${{ matrix.node }}-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)