Skip to content

Commit 6e6f812

Browse files
chore(deps): update actions/cache action to v5 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77a1938 commit 6e6f812

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
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@v5
9999
if: ${{ startsWith(runner.name, 'GitHub Actions') }}
100100
with:
101101
path: |

0 commit comments

Comments
 (0)