|
18 | 18 | uses: actions/cache@v4 |
19 | 19 | with: |
20 | 20 | path: test/gamescripts |
21 | | - key: rpu-and-modderpack-gamescripts-v1004 |
| 21 | + key: rpu-and-modderpack-gamescripts-v1005 |
22 | 22 |
|
23 | 23 | - name: Download RPU scripts & modderspack |
24 | 24 | if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check') |
|
97 | 97 | uses: actions/cache@v4 |
98 | 98 | with: |
99 | 99 | path: test/gamescripts |
100 | | - key: rpu-and-modderpack-gamescripts-v1004 |
| 100 | + key: rpu-and-modderpack-gamescripts-v1005 |
101 | 101 | - name: Download RPU scripts & modderspack |
102 | 102 | if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check') |
103 | 103 | shell: bash |
@@ -234,7 +234,7 @@ jobs: |
234 | 234 | if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check') |
235 | 235 | with: |
236 | 236 | path: test/gamescripts |
237 | | - key: rpu-and-modderpack-gamescripts-v1004 |
| 237 | + key: rpu-and-modderpack-gamescripts-v1005 |
238 | 238 | fail-on-cache-miss: true |
239 | 239 | - name: Test on Fallout RPU |
240 | 240 | if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check') |
@@ -283,7 +283,7 @@ jobs: |
283 | 283 | if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check') |
284 | 284 | with: |
285 | 285 | path: test/gamescripts |
286 | | - key: rpu-and-modderpack-gamescripts-v1004 |
| 286 | + key: rpu-and-modderpack-gamescripts-v1005 |
287 | 287 | fail-on-cache-miss: true |
288 | 288 | - name: Test on Fallout RPU |
289 | 289 | if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check') |
|
0 commit comments