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 ff444bc commit a6612deCopy full SHA for a6612de
.github/workflows/test-ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
echo "store-path=$(pnpm store path)" >> $GITHUB_OUTPUT
41
42
- name: Setup pnpm cache
43
- uses: actions/cache@v3
+ uses: actions/cache@v4
44
with:
45
path: ${{ steps.pnpm-cache.outputs.store-path }}
46
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments