We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2c7cb commit 3d5a845Copy full SHA for 3d5a845
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
44
45
- name: Setup pnpm cache
46
- uses: actions/cache@v3
+ uses: actions/cache@v4
47
with:
48
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
49
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
.github/workflows/main.yml
0 commit comments