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 b711434 commit 43e8ef6Copy full SHA for 43e8ef6
1 file 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@v4.3.0
+ uses: actions/cache@v5.0.3
19
with:
20
path: ${{ env.STORE_PATH }}
21
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments