From 8f1d7d4ca4b5e8ecdfea3d3447363bebfad95033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:23:47 +0000 Subject: [PATCH] Bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [hyperledger/indy-shared-gha](https://github.com/hyperledger/indy-shared-gha) and [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). 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) Updates `dawidd6/action-download-artifact` from 3 to 4 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: hyperledger/indy-shared-gha dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: dawidd6/action-download-artifact 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 | 8 ++++---- .github/workflows/Push.yaml | 2 +- .github/workflows/Tag.yaml | 4 ++-- .github/workflows/reuseable_publish.yaml | 2 +- 5 files changed, 9 insertions(+), 9 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..ebefc82 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" @@ -53,7 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download sovrin deb Artifacts from Github Action Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v4 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: Releasepr.yaml @@ -61,7 +61,7 @@ jobs: name: sovrin-deb path: artifacts/sovrin-deb - name: Download sovrin python Artifacts from Github Action Artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v4 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: Releasepr.yaml 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 }}