chore(deps): update actions/cache action to v4

This commit is contained in:
renovate[bot] 2025-03-17 17:04:18 +00:00 committed by GitHub
parent 0cc18d6031
commit 1997988be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ jobs:
id: pnpm-cache
run: |
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}