We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1db255f + 0fae16c commit 5dbdbaeCopy full SHA for 5dbdbae
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
32
33
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
34
name: Setup pnpm cache
35
with:
36
path: ${{ steps.store-path.outputs.STORE_PATH}}
0 commit comments