Skip to content

Commit 44463a0

Browse files
Update actions/cache action to v4
1 parent a999be5 commit 44463a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
run: |
2828
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
2929
30-
- uses: actions/cache@v3
30+
- uses: actions/cache@v4
3131
name: Setup pnpm cache
3232
with:
3333
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: ./.github/actions/prepare
2020

2121
- name: Cache build artifacts
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: '**/dist'
2525
key: build-artifacts-${{ github.sha }}

0 commit comments

Comments
 (0)