Skip to content

Commit 657a875

Browse files
renovate[bot]cexbrayat
authored andcommitted
chore(deps): update actions/cache action to v5
1 parent e78bb9e commit 657a875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ jobs:
149149
- if: ${{ contains(matrix.e2e-framework, 'cypress') }}
150150
name: Cache Cypress binaries
151151
id: cache-cypress
152-
uses: actions/cache@v4
152+
uses: actions/cache@v5
153153
with:
154154
# TODO: avoid snowballing by adding version
155155
key: ${{ runner.os }}-cypress-bin
156156
path: ${{ env.CYPRESS_CACHE_FOLDER }}
157157

158158
- if: ${{ contains(matrix.e2e-framework, 'playwright') }}
159159
name: Cache Playwright's binary
160-
uses: actions/cache@v4
160+
uses: actions/cache@v5
161161
with:
162162
# Playwright removes unused browsers automatically
163163
# So does not need to add playwright version to key

0 commit comments

Comments
 (0)