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 aa3c38f commit 1e41026Copy full SHA for 1e41026
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
44
45
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
46
name: Setup pnpm cache
47
if: ${{ inputs.cache }}
48
with:
.github/workflows/ci.yml
path: |
0 commit comments