From 20b40b95f6da0b283b3acc04c9212338d67e9955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 18:23:01 +0000 Subject: [PATCH] Bump aerospike/shared-workflows/.github/actions/promote-release-bundle Bumps [aerospike/shared-workflows/.github/actions/promote-release-bundle](https://github.com/aerospike/shared-workflows) from 8a4e717507bc3394c4defac0abe4ffd73b4f4e14 to a9aa1d2a786b28b96f1f5cec6036c202741d8ca4. - [Release notes](https://github.com/aerospike/shared-workflows/releases) - [Commits](https://github.com/aerospike/shared-workflows/compare/8a4e717507bc3394c4defac0abe4ffd73b4f4e14...a9aa1d2a786b28b96f1f5cec6036c202741d8ca4) --- updated-dependencies: - dependency-name: aerospike/shared-workflows/.github/actions/promote-release-bundle dependency-version: a9aa1d2a786b28b96f1f5cec6036c202741d8ca4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/promote-and-optionally-tag-release-bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}