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 e20635c commit 14a8f3fCopy full SHA for 14a8f3f
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
shell: bash
35
run: |
36
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
37
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
38
name: Setup pnpm cache
39
with:
40
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
0 commit comments