Skip to content

Commit a5115a4

Browse files
committed
[ci] sensible cache_Version
Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
1 parent 285dc2e commit a5115a4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/actions/tests/common_test_setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
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 }}
@@ -76,4 +76,4 @@ runs:
7676
id: setup_sbt
7777
uses: ./.github/actions/sbt/setup_sbt
7878
with:
79-
cache_version: 666632
79+
cache_version: 7

.github/actions/tests/scala_test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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' }}

.github/workflows/build.docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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

.github/workflows/build.ui_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

0 commit comments

Comments
 (0)