Skip to content

Commit 3a80474

Browse files
committed
chore(ci): bump Cardano node to version '10.5.1' in manual workflows
1 parent 6c0639f commit 3a80474

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.4.1"
15+
default: "10.5.1"
1616
signed-entity-types:
1717
description: "Signed entity types parameters (discriminants names in an ordered comma separated list)"
1818
required: true
@@ -35,7 +35,7 @@ on:
3535
default: 3
3636
cardano-node-version:
3737
type: string
38-
default: "10.4.1"
38+
default: "10.5.1"
3939
signed-entity-types:
4040
type: string
4141
default: "CardanoTransactions,CardanoStakeDistribution,CardanoDatabase,CardanoImmutableFilesFull"

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