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 ec5d38a commit a81fdc5Copy full SHA for a81fdc5
.github/setup/action.yml
@@ -14,7 +14,7 @@ runs:
14
run: |
15
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
16
- name: Setup pnpm cache
17
- uses: actions/cache@v4.1.2
+ uses: actions/cache@v4.2.0
18
with:
19
path: ${{ env.STORE_PATH }}
20
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments