Try bumping the cache version

This commit is contained in:
NovaRain
2026-03-08 17:46:23 +08:00
parent f3fbce0105
commit c319984b05
+4 -4
View File
@@ -18,7 +18,7 @@ jobs:
uses: actions/cache@v4
with:
path: test/gamescripts
key: rpu-and-modderpack-gamescripts-v1004
key: rpu-and-modderpack-gamescripts-v1005
- name: Download RPU scripts & modderspack
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
@@ -97,7 +97,7 @@ jobs:
uses: actions/cache@v4
with:
path: test/gamescripts
key: rpu-and-modderpack-gamescripts-v1004
key: rpu-and-modderpack-gamescripts-v1005
- name: Download RPU scripts & modderspack
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
shell: bash
@@ -234,7 +234,7 @@ jobs:
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
with:
path: test/gamescripts
key: rpu-and-modderpack-gamescripts-v1004
key: rpu-and-modderpack-gamescripts-v1005
fail-on-cache-miss: true
- name: Test on Fallout RPU
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
@@ -283,7 +283,7 @@ jobs:
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')
with:
path: test/gamescripts
key: rpu-and-modderpack-gamescripts-v1004
key: rpu-and-modderpack-gamescripts-v1005
fail-on-cache-miss: true
- name: Test on Fallout RPU
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-rpu-check')