Skip to content

Commit e6c92f6

Browse files
committed
chore(ci): bump Cardano node to version '10.4.1' in manual workflows
1 parent 80ac63a commit e6c92f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3.1"
15+
default: "10.4.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.3.1"
28+
default: "10.4.1"
2929
signed-entity-types:
3030
type: string
3131
default: "CardanoTransactions,CardanoStakeDistribution,CardanoDatabase"

.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.3.1/cardano-node-10.3.1-linux.tar.gz
28+
default: https://github.com/IntersectMBO/cardano-node/releases/download/10.4.1/cardano-node-10.4.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)