diff --git a/.github/workflows/promote-and-optionally-tag-release-bundle.yml b/.github/workflows/promote-and-optionally-tag-release-bundle.yml index f7de1aabe7..f8cd358dd7 100644 --- a/.github/workflows/promote-and-optionally-tag-release-bundle.yml +++ b/.github/workflows/promote-and-optionally-tag-release-bundle.yml @@ -45,7 +45,7 @@ jobs: env: RELEASE_BUNDLE_TAG: ${{ inputs.release-bundle-tag }} - - uses: aerospike/shared-workflows/.github/actions/promote-release-bundle@8a4e717507bc3394c4defac0abe4ffd73b4f4e14 + - uses: aerospike/shared-workflows/.github/actions/promote-release-bundle@a9aa1d2a786b28b96f1f5cec6036c202741d8ca4 with: bundle-name: ${{ env.RELEASE_BUNDLE_NAME }} version: ${{ env.RELEASE_BUNDLE_VERSION }}