Skip to content

Commit 8c079b4

Browse files
chore(deps): update actions/cache action to v5
1 parent 4c59d7a commit 8c079b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
3838
39-
- uses: actions/cache@v4
39+
- uses: actions/cache@v5
4040
name: Setup pnpm cache
4141
with:
4242
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
4040
41-
- uses: actions/cache@v4
41+
- uses: actions/cache@v5
4242
name: Setup pnpm cache
4343
with:
4444
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
7777
78-
- uses: actions/cache@v4
78+
- uses: actions/cache@v5
7979
name: Setup pnpm cache
8080
with:
8181
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

0 commit comments

Comments
 (0)