Skip to content

Commit 6e029cf

Browse files
chore(deps): update actions/cache action to v4
1 parent 34a646e commit 6e029cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
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@v3
41+
- uses: actions/cache@v4
4242
name: Setup pnpm cache
4343
with:
4444
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
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
4646
47-
- uses: actions/cache@v3
47+
- uses: actions/cache@v4
4848
name: Setup pnpm cache
4949
with:
5050
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
8888
89-
- uses: actions/cache@v3
89+
- uses: actions/cache@v4
9090
name: Setup pnpm cache
9191
with:
9292
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

0 commit comments

Comments
 (0)