File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6464 with :
6565 artifactory_user : ${{ inputs.artifactory_user }}
6666 artifactory_password : ${{ inputs.artifactory_password }}
67- cache_version : 666632
67+ cache_version : 7
6868 should_save : ${{ inputs.save_nix_cache }}
6969 should_save_gcp : ${{ inputs.save_nix_cache_to_gcp }}
7070 oss_only : ${{ inputs.oss_only }}
7676 id : setup_sbt
7777 uses : ./.github/actions/sbt/setup_sbt
7878 with :
79- cache_version : 666632
79+ cache_version : 7
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ runs:
141141 id : setup_sbt
142142 uses : ./.github/actions/sbt/setup_sbt
143143 with :
144- cache_version : 666632
144+ cache_version : 7
145145
146146 - name : Set Daml package versions
147147 uses : ./.github/actions/nix/run_bash_command_in_nix
@@ -285,7 +285,7 @@ runs:
285285 if : ${{ !cancelled() }}
286286 uses : ./.github/actions/sbt/post_sbt
287287 with :
288- cache_version : 666632
288+ cache_version : 7
289289 setup_sbt_cache_hits : ${{ steps.setup_sbt.outputs.cache_hits }}
290290 # Save caches only from one runner, to reduce conflicts on the save
291291 save_caches : ${{ inputs.runner_index == 0 && inputs.test_suite_name == 'wall-clock-time' }}
Original file line number Diff line number Diff line change 4848 - name : Post-SBT job
4949 uses : ./.github/actions/sbt/post_sbt
5050 with :
51- cache_version : 666632
51+ cache_version : 7
5252 setup_sbt_cache_hits : ${{ steps.setup.outputs.sbt_cache_hits }}
5353
5454 - name : Report Failures on Slack & Github
Original file line number Diff line number Diff line change 5757 if : steps.skip.outputs.skip != 'true'
5858 uses : ./.github/actions/sbt/post_sbt
5959 with :
60- cache_version : 666632
60+ cache_version : 7
6161 setup_sbt_cache_hits : ${{ steps.setup.outputs.sbt_cache_hits }}
6262
6363 - name : Upload logs
You can’t perform that action at this time.
0 commit comments