Skip to content

Commit b1aeab1

Browse files
chore(deps): update actions/cache action to v5
1 parent 2ef1496 commit b1aeab1

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
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535
cache: 'pnpm'
3636
- name: Restore cached dependencies
37-
uses: actions/cache@v3
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.pnpm-store
4040
key: node-modules-${{ hashFiles('package.json') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535
cache: 'pnpm'
3636
- name: Restore cached dependencies
37-
uses: actions/cache@v3
37+
uses: actions/cache@v5
3838
with:
3939
path: ~/.pnpm-store
4040
key: node-modules-${{ hashFiles('package.json') }}

0 commit comments

Comments
 (0)