Skip to content

Commit 92f5060

Browse files
committed
improve: update action cache to latest ver
1 parent 3e3eb5b commit 92f5060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
id: pnpm-cache
3434
shell: bash
3535
run: echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
36-
- uses: actions/cache@v3
36+
- uses: actions/cache@v4
3737
name: Setup pnpm cache
3838
with:
3939
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

0 commit comments

Comments
 (0)