Skip to content

Commit c9ad601

Browse files
authored
Merge pull request #129 from underctrl-io/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 2b7d6c6 + bb2501f commit c9ad601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-commandkit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
registry-url: https://registry.npmjs.org
3434

3535
- name: 💾 Cache pnpm store
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/.pnpm-store
3939
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
registry-url: https://registry.npmjs.org
2626

2727
- name: 💾 Cache pnpm store
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: ~/.pnpm-store
3131
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)