From 84f9ba1dc4ec198fa23de392b6863c27c0ac3b2b Mon Sep 17 00:00:00 2001 From: Dave Enyeart Date: Fri, 5 May 2023 08:34:07 -0400 Subject: [PATCH] Update CI to Fabric v2.5.1 (#1032) 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"