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 5145afc commit 74729f1Copy full SHA for 74729f1
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
46
47
- name: Setup pnpm cache
48
- uses: actions/cache@v6
+ uses: actions/cache@v5
49
with:
50
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
51
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments