We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed3500 commit 5f801b0Copy full SHA for 5f801b0
1 file changed
.github/actions/cache-test-data/action.yml
@@ -10,7 +10,7 @@ runs:
10
uses: actions/cache@v4
11
with:
12
path: test-data
13
- key: test-data-v26
+ key: test-data-v27
14
- name: Download test data if cache miss
15
if: steps.cache.outputs.cache-hit != 'true'
16
run: |
0 commit comments