Skip to content

Commit 0e01bf5

Browse files
chore(deps): update actions/cache action to v5
1 parent 5568421 commit 0e01bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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') }}
@@ -85,7 +85,7 @@ jobs:
8585
path: lampy
8686

8787
- name: Setup cache
88-
uses: actions/cache@v4
88+
uses: actions/cache@v5
8989
with:
9090
path: node_modules
9191
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)