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 870eafc commit d8cef73Copy full SHA for d8cef73
3 files changed
.github/setup/action.yml
@@ -15,7 +15,7 @@ runs:
15
run: |
16
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
17
- name: Setup pnpm cache
18
- uses: actions/cache@v5.0.3
+ uses: actions/cache@v5.0.4
19
with:
20
path: ${{ env.STORE_PATH }}
21
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments