From 469939292e2d0389055d542f2099a47f0a9933ad Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Mon, 1 May 2023 17:10:21 -0400 Subject: [PATCH] Update CI to Fabric v2.5.1 Update CI to use Fabric v2.5.1. Signed-off-by: David Enyeart --- .github/actions/fsat-setup/action.yaml | 2 +- .github/actions/test-network-setup/action.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/fsat-setup/action.yaml b/.github/actions/fsat-setup/action.yaml index a79ca135..4adb50b8 100644 --- a/.github/actions/fsat-setup/action.yaml +++ b/.github/actions/fsat-setup/action.yaml @@ -12,7 +12,7 @@ inputs: default: v0.25.3 fabric-version: description: Version of Hyperledger Fabric - default: '2.5.0' + default: '2.5.1' ca-version: description: Version of Hyperledger Fabric CA default: '1.5.6' diff --git a/.github/actions/test-network-setup/action.yaml b/.github/actions/test-network-setup/action.yaml index 0f801849..eb4eb392 100644 --- a/.github/actions/test-network-setup/action.yaml +++ b/.github/actions/test-network-setup/action.yaml @@ -12,10 +12,10 @@ inputs: default: 11.x fabric-version: description: Version of Hyperledger Fabric - default: 2.5.0-beta2 + default: 2.5.1 ca-version: description: Version of Hyperledger Fabric CA - default: 1.5.6-beta3 + default: 1.5.6 runs: using: "composite"