Skip to content

Commit 00f2654

Browse files
chore(deps): update actions/cache action to v5
1 parent d976796 commit 00f2654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache-dependency-path: 'package-lock.json'
3333

3434
- name: Setup cache
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: node_modules
3838
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)