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

This commit is contained in:
renovate[bot]
2024-02-06 09:08:01 +00:00
committed by GitHub
parent 504deabcb6
commit 0882f3461c

View File

@@ -42,7 +42,7 @@ runs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}