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

This commit is contained in:
renovate[bot]
2024-01-17 17:50:15 +00:00
committed by GitHub
parent a26e2ce63c
commit 3e5a8093ae

View File

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