Skip to content

Commit 71297a8

Browse files
chore: update actions/cache action to v4
1 parent 56d3c01 commit 71297a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
3535
3636
- name: Setup pnpm cache
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: |
4040
/home/runner/.cache

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
4141
4242
- name: Setup pnpm cache
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
4646
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
@@ -40,7 +40,7 @@ jobs:
4040
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
4141
4242
- name: Setup pnpm cache
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
4646
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)