Skip to content

Commit 773ee6f

Browse files
chore(deps): update actions/cache action to v4
1 parent 8ddba68 commit 773ee6f

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
@@ -26,7 +26,7 @@ jobs:
2626
node-version: lts/*
2727

2828
- name: Cache ~/.pnpm-store
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
env:
3131
cache-name: cache-pnpm-store
3232
with:
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
node-version: lts/*
5959
- name: Cache ~/.pnpm-store
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
env:
6262
cache-name: cache-pnpm-store
6363
with:

0 commit comments

Comments
 (0)