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 927dc22 commit 5b55e1fCopy full SHA for 5b55e1f
.github/workflows/auto-dependency-updater.yml
@@ -41,7 +41,7 @@ jobs:
41
shell: bash
42
run: |
43
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
44
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
45
name: Setup pnpm cache
46
with:
47
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
.github/workflows/update.yml
@@ -39,7 +39,7 @@ jobs:
39
id: pnpm-cache
40
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
key: ${{ runner.os }}-pnpm-store # -${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments