From 68f427dc71df5548ed54dc26405c8ad2b5f60231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:13:53 +0000 Subject: [PATCH] Bump hyperledger/indy-shared-gha from 1 to 2 in the all-actions group Bumps the all-actions group with 1 update: [hyperledger/indy-shared-gha](https://github.com/hyperledger/indy-shared-gha). Updates `hyperledger/indy-shared-gha` from 1 to 2 - [Release notes](https://github.com/hyperledger/indy-shared-gha/releases) - [Commits](https://github.com/hyperledger/indy-shared-gha/compare/v1...v2) --- updated-dependencies: - dependency-name: hyperledger/indy-shared-gha dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/PR.yaml | 2 +- .github/workflows/PublishRelease.yaml | 4 ++-- .github/workflows/Push.yaml | 2 +- .github/workflows/Tag.yaml | 4 ++-- .github/workflows/reuseable_publish.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/PR.yaml b/.github/workflows/PR.yaml index 0e3a463..19a54d9 100644 --- a/.github/workflows/PR.yaml +++ b/.github/workflows/PR.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: setup id: setup - uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1 + uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2 with: ownerRepo: "sovrin-foundation" - name: testsNeeded diff --git a/.github/workflows/PublishRelease.yaml b/.github/workflows/PublishRelease.yaml index 9ac9428..f09c728 100644 --- a/.github/workflows/PublishRelease.yaml +++ b/.github/workflows/PublishRelease.yaml @@ -35,12 +35,12 @@ jobs: uses: actions/checkout@v4 - name: get-release-info id: get-release-info - uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v1 + uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v2 with: versionString: "${{ github.event.head_commit.message }}" - name: workflow-setup id: workflow-setup - uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1 + uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2 with: ownerRepo: "sovrin-foundation" diff --git a/.github/workflows/Push.yaml b/.github/workflows/Push.yaml index 7a34fbd..e7ee305 100644 --- a/.github/workflows/Push.yaml +++ b/.github/workflows/Push.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: setup id: setup - uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1 + uses: hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2 with: ownerRepo: "sovrin-foundation" - name: testsNeeded diff --git a/.github/workflows/Tag.yaml b/.github/workflows/Tag.yaml index 9e82dcb..4fda5e7 100644 --- a/.github/workflows/Tag.yaml +++ b/.github/workflows/Tag.yaml @@ -21,12 +21,12 @@ jobs: fetch-depth: 0 - name: extract branch id: get-branch - uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v1 + uses: hyperledger/indy-shared-gha/.github/actions/branch-from-tag@v2 with: tag: ${{ github.ref }} - name: get-release-info id: get-release-info - uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v1 + uses: hyperledger/indy-shared-gha/.github/actions/get-release-info@v2 with: versionString: "${{ github.ref }}" diff --git a/.github/workflows/reuseable_publish.yaml b/.github/workflows/reuseable_publish.yaml index e4c973a..b1a8b53 100644 --- a/.github/workflows/reuseable_publish.yaml +++ b/.github/workflows/reuseable_publish.yaml @@ -44,7 +44,7 @@ jobs: path: /tmp/sovrin-deb/ - name: Publish sovrin-deb artifact - uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v1 + uses: hyperledger/indy-shared-gha/.github/actions/publish-deb@v2 with: sourceDirectory: /tmp/sovrin-deb/ distribution: ${{ inputs.distribution }}