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 }}