Skip to content

Commit 9b21c4e

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration-tests-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version-file: '.node-version'
3636
cache: 'pnpm'
3737

38-
- uses: actions/cache@v4
38+
- uses: actions/cache@v5
3939
id: playwright-cache
4040
with:
4141
path: |

.github/workflows/integration-tests-live.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version-file: ".node-version"
3030
cache: "pnpm"
3131

32-
- uses: actions/cache@v4
32+
- uses: actions/cache@v5
3333
id: playwright-cache
3434
with:
3535
path: |

.github/workflows/visual-tests-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
node-version-file: '.node-version'
3838
cache: 'pnpm'
3939

40-
- uses: actions/cache@v4
40+
- uses: actions/cache@v5
4141
id: playwright-cache
4242
with:
4343
path: |

0 commit comments

Comments
 (0)