Skip to content

Commit c15017b

Browse files
authored
Merge pull request #50 from kinde-oss/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 10fd354 + 88aac64 commit c15017b

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)