Skip to content

Commit 97fc5dc

Browse files
authored
Merge pull request #5 from TeaCoder52/dependabot/github_actions/actions/cache-5
chore(actions): bump actions/cache from 4 to 5
2 parents 4f93a5d + e21b7b1 commit 97fc5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
version: ${{ env.PNPM_VERSION }}
8484

8585
- name: pnpm store cache
86-
uses: actions/cache@v4
86+
uses: actions/cache@v5
8787
with:
8888
path: ~/.pnpm-store
8989
key: windows-pnpm-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)