We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b1bb6 commit b72d36cCopy full SHA for b72d36c
.github/workflows/build_deploy.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
56
57
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
58
name: Setup pnpm cache
59
with:
60
path: ${{ env.STORE_PATH }}
0 commit comments