Skip to content

Commit 931908c

Browse files
authored
Merge pull request #52 from kinde-oss/renovate/actions-cache-4.x
2 parents 61110e7 + cbec551 commit 931908c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: pnpm install
3434
- run: pnpm lint
3535
- name: Cache pnpm modules
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/.pnpm-store
3939
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)