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 ecb650b commit a913171Copy full SHA for a913171
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
26
27
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
28
name: Setup pnpm cache
29
with:
30
path: ${{ env.STORE_PATH }}
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments