Skip to content

Commit 3d5a845

Browse files
chore: update actions/cache action to v4 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be2c7cb commit 3d5a845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
4444
4545
- name: Setup pnpm cache
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
4949
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
4444
4545
- name: Setup pnpm cache
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
4949
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)