Skip to content

Commit 928a658

Browse files
chore(deps): update actions/cache action to v5
1 parent d03fcb2 commit 928a658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
2626
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
name: Setup pnpm cache
2929
with:
3030
path: ${{ env.STORE_PATH }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4646
47-
- uses: actions/cache@v4
47+
- uses: actions/cache@v5
4848
name: Setup pnpm cache
4949
with:
5050
path: ${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)