Skip to content

Commit 7487b82

Browse files
committed
chore: update Cardano node to '10.2.1' in GitHub actions workflows
1 parent 57a7c07 commit 7487b82

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/backward-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: "Cardano node version used in e2e"
1313
required: true
1414
type: string
15-
default: "10.1.4"
15+
default: "10.2.1"
1616
signed-entity-types:
1717
description: "Signed entity types parameters (discriminants names in an ordered comma separated list)"
1818
required: true
@@ -25,7 +25,7 @@ on:
2525
default: 3
2626
cardano-node-version:
2727
type: string
28-
default: "10.1.4"
28+
default: "10.2.1"
2929
signed-entity-types:
3030
type: string
3131
default: "CardanoTransactions,CardanoStakeDistribution"

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,23 +307,23 @@ jobs:
307307
- mode: "p2p"
308308
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
309309
next_era: [""]
310-
cardano_node_version: "10.1.4"
310+
cardano_node_version: "10.2.1"
311311
hard_fork_latest_era_at_epoch: 0
312312
run_id: "#1"
313313
extra_args: "--use-p2p-network"
314314
# Include a test for the era switch without regenesis
315315
- mode: "std"
316316
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
317317
next_era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[1] }}
318-
cardano_node_version: "10.1.4"
318+
cardano_node_version: "10.2.1"
319319
hard_fork_latest_era_at_epoch: 0
320320
run_id: "#1"
321321
extra_args: ""
322322
# Include a test for the era switch with regenesis
323323
- mode: "std"
324324
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
325325
next_era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[1] }}
326-
cardano_node_version: "10.1.4"
326+
cardano_node_version: "10.2.1"
327327
hard_fork_latest_era_at_epoch: 0
328328
run_id: "#1"
329329
extra_args: "--mithril-era-regenesis-on-switch"

.github/workflows/test-docker-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
description: The url of the archive of the Cardano binaries
2626
required: true
2727
type: string
28-
default: https://github.com/IntersectMBO/cardano-node/releases/download/10.1.4/cardano-node-10.1.4-linux.tar.gz
28+
default: https://github.com/IntersectMBO/cardano-node/releases/download/10.2.1/cardano-node-10.2.1-linux.tar.gz
2929
dry_run:
3030
description: Dry run will not push the Docker images to the registry
3131
required: true

0 commit comments

Comments
 (0)