Skip to content

Commit 4666292

Browse files
renovate[bot]OliverDudgeon
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent 6f4fcab commit 4666292

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nextjs_bundle_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pnpm install
3232

3333
- name: Restore next build
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
id: restore-build-cache
3636
env:
3737
cache-name: cache-next-build

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Playwright
6363
run: pnpm exec playwright install --with-deps
6464
- name: Load cached build for speed
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: |
6868
${{ github.workspace }}/.next/cache

0 commit comments

Comments
 (0)