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 a999be5 commit 44463a0Copy full SHA for 44463a0
.github/actions/prepare/action.yml
@@ -27,7 +27,7 @@ runs:
27
run: |
28
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
29
30
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
31
name: Setup pnpm cache
32
with:
33
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: ./.github/actions/prepare
20
21
- name: Cache build artifacts
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
24
path: '**/dist'
25
key: build-artifacts-${{ github.sha }}
0 commit comments