Skip to content

Bump github.com/hyperledger/fabric-protos-go-apiv2 from 0.3.3 to 0.3.4 #13

Bump github.com/hyperledger/fabric-protos-go-apiv2 from 0.3.3 to 0.3.4

Bump github.com/hyperledger/fabric-protos-go-apiv2 from 0.3.3 to 0.3.4 #13

Workflow file for this run

# Copyright the Hyperledger Fabric contributors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/test.yml
pull-request:
needs: build
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: "true"