Update https://git.quad4.io/actions/cache action to v5 #13

Open
Renovate-Bot wants to merge 1 commits from renovate/https-git.quad4.io-actions-cache-5.x into master

View File

@@ -29,7 +29,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache
uses: https://git.quad4.io/actions/cache@v4
uses: https://git.quad4.io/actions/cache@v5
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}