Skip to content

Commit 9ce3312

Browse files
authored
Merge pull request #63 from onixbyte/dependabot/github_actions/actions/cache-5
chore: bump actions/cache from 4 to 5
2 parents 479c22d + 1ff43ce commit 9ce3312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4646
4747
- name: Setup pnpm cache
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
with:
5050
path: ${{ env.STORE_PATH }}
5151
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)