We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78bb9e commit 657a875Copy full SHA for 657a875
.github/workflows/ci.yml
@@ -149,15 +149,15 @@ jobs:
149
- if: ${{ contains(matrix.e2e-framework, 'cypress') }}
150
name: Cache Cypress binaries
151
id: cache-cypress
152
- uses: actions/cache@v4
+ uses: actions/cache@v5
153
with:
154
# TODO: avoid snowballing by adding version
155
key: ${{ runner.os }}-cypress-bin
156
path: ${{ env.CYPRESS_CACHE_FOLDER }}
157
158
- if: ${{ contains(matrix.e2e-framework, 'playwright') }}
159
name: Cache Playwright's binary
160
161
162
# Playwright removes unused browsers automatically
163
# So does not need to add playwright version to key
0 commit comments