Skip to content

Commit 3fb7d3c

Browse files
chore(deps): update actions/cache action to v5
1 parent b74780a commit 3fb7d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- name: Restore cached dependencies
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: ~/.pnpm-store
2323
key: node-modules-${{ hashFiles('package.json') }}

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 22
3030
- name: Restore cached dependencies
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: ~/.pnpm-store
3434
key: node-modules-${{ hashFiles('package.json') }}

0 commit comments

Comments
 (0)