Skip to content

Commit 6d5faf8

Browse files
chore(deps): update actions/cache action to v4
1 parent 9ee8a73 commit 6d5faf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: pnpm -v && pnpm store path
9797

9898
- name: Cache pnpm cache
99-
uses: actions/cache@v3
99+
uses: actions/cache@v4
100100
if: ${{ startsWith(runner.name, 'GitHub Actions') }}
101101
with:
102102
path: |

.github/workflows/scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: pnpm -v && pnpm store path
9696

9797
- name: Cache pnpm cache
98-
uses: actions/cache@v3
98+
uses: actions/cache@v4
9999
if: ${{ startsWith(runner.name, 'GitHub Actions') }}
100100
with:
101101
path: |

0 commit comments

Comments
 (0)