Skip to content

Commit b139590

Browse files
chore(deps): update actions/cache action to v5 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c725b20 commit b139590

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)