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 3e3eb5b commit 92f5060Copy full SHA for 92f5060
.github/actions/setup/action.yaml
@@ -33,7 +33,7 @@ runs:
33
id: pnpm-cache
34
shell: bash
35
run: echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
36
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
37
name: Setup pnpm cache
38
with:
39
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
0 commit comments