|
82 | 82 | uses: ./.github/actions/pretest |
83 | 83 | with: |
84 | 84 | cache-path: ~/.cache/electron |
85 | | - cache-key: v-23.3.10-linux-electron |
| 85 | + cache-key: v-35.7.5-linux-electron |
86 | 86 |
|
87 | 87 | - name: Download test-runner if exists |
88 | 88 | if: needs.run-docker-build.result == 'success' |
@@ -129,7 +129,7 @@ jobs: |
129 | 129 | uses: ./.github/actions/pretest |
130 | 130 | with: |
131 | 131 | cache-path: ~/.cache/electron |
132 | | - cache-key: v-23.3.10-update-electron |
| 132 | + cache-key: v-35.7.5-update-electron |
133 | 133 |
|
134 | 134 | - name: Download test-runner if exists |
135 | 135 | if: needs.run-docker-build.result == 'success' |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | uses: ./.github/actions/pretest |
173 | 173 | with: |
174 | 174 | cache-path: ~/.cache/electron |
175 | | - cache-key: v-23.3.10-update-electron |
| 175 | + cache-key: v-35.7.5-update-electron |
176 | 176 |
|
177 | 177 | - name: Verify Docs Generation |
178 | 178 | run: pnpm generate-all |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | - name: Setup Tests |
201 | 201 | uses: ./.github/actions/pretest |
202 | 202 | with: |
203 | | - cache-key: v-23.3.10-windows-electron |
| 203 | + cache-key: v-35.7.5-windows-electron |
204 | 204 | cache-path: ~\AppData\Local\electron\Cache |
205 | 205 |
|
206 | 206 | - name: Test |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | uses: ./.github/actions/pretest |
231 | 231 | with: |
232 | 232 | cache-path: ~/Library/Caches/electron |
233 | | - cache-key: v-23.3.10-macos-electron |
| 233 | + cache-key: v-35.7.5-macos-electron |
234 | 234 |
|
235 | 235 | - name: Install toolset via brew |
236 | 236 | run: | |
|
0 commit comments