Skip to content

Commit 5f801b0

Browse files
committed
Increase cache version to download fixed grid
1 parent 3ed3500 commit 5f801b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/cache-test-data/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
uses: actions/cache@v4
1111
with:
1212
path: test-data
13-
key: test-data-v26
13+
key: test-data-v27
1414
- name: Download test data if cache miss
1515
if: steps.cache.outputs.cache-hit != 'true'
1616
run: |

0 commit comments

Comments
 (0)