@@ -26,24 +26,24 @@ jobs:
2626 uses : actions/checkout@v4
2727 - name : get-release-info
2828 id : get-release-info
29- uses : hyperledger/indy-shared-gha/.github/actions/get-release-info@v1
29+ uses : hyperledger/indy-shared-gha/.github/actions/get-release-info@v2
3030 with :
3131 versionString : " ${{ github.event.pull_request.body }}"
3232 - name : workflow-setup
3333 id : workflow-setup
34- uses : hyperledger/indy-shared-gha/.github/actions/workflow-setup@v1
34+ uses : hyperledger/indy-shared-gha/.github/actions/workflow-setup@v2
3535
3636 lint :
3737 name : Lint
3838 needs : [release-infos]
3939 if : needs.release-infos.outputs.isVersionBump == 'true'
40- uses : hyperledger/indy-shared-gha/.github/workflows/lint.yaml@v1
40+ uses : hyperledger/indy-shared-gha/.github/workflows/lint.yaml@v2
4141
4242 build-docker-image :
4343 name : Create Builder Image
4444 needs : [release-infos, lint]
4545 if : needs.release-infos.outputs.isVersionBump == 'true'
46- uses : hyperledger/indy-shared-gha/.github/workflows/buildimage.yaml@v1
46+ uses : hyperledger/indy-shared-gha/.github/workflows/buildimage.yaml@v2
4747 with :
4848 CACHE_KEY_BUILD : ${{ needs.release-infos.outputs.CACHE_KEY_BUILD }}
4949 DOCKER_IMAGE : ghcr.io/${{ needs.release-infos.outputs.GITHUB_REPOSITORY_NAME }}/node-build
5353 name : Build Packages
5454 needs : [release-infos, build-docker-image]
5555 if : needs.release-infos.outputs.isVersionBump == 'true'
56- uses : hyperledger/indy-shared-gha/.github/workflows/buildpackages.yaml@v1
56+ uses : hyperledger/indy-shared-gha/.github/workflows/buildpackages.yaml@v2
5757 with :
5858 DOCKER_IMAGE : ghcr.io/${{ needs.release-infos.outputs.GITHUB_REPOSITORY_NAME }}/node-build:${{ needs.release-infos.outputs.UBUNTU_VERSION }}
5959 UBUNTU_VERSION : ${{ needs.release-infos.outputs.UBUNTU_VERSION }}
0 commit comments