Skip to content

Commit 29a6525

Browse files
chore(deps): update actions/cache action to v5
1 parent 0e1131e commit 29a6525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: pnpm install
2828
- run: pnpm lint
2929
- name: Cache pnpm modules
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.pnpm-store
3333
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)