Skip to content

Commit 628b1d9

Browse files
chore(deps): update actions/cache action to v5
1 parent 059d532 commit 628b1d9

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
node-version: lts/*
3333

3434
- name: Cache ~/.pnpm-store
35-
uses: actions/cache@v3
35+
uses: actions/cache@v5
3636
env:
3737
cache-name: cache-pnpm-store
3838
with:
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
node-version: lts/*
6565
- name: Cache ~/.pnpm-store
66-
uses: actions/cache@v3
66+
uses: actions/cache@v5
6767
env:
6868
cache-name: cache-pnpm-store
6969
with:

0 commit comments

Comments
 (0)