From 5129533e6bc4109028cc0d4f4a2b089d8a3491cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:01:27 +0000 Subject: [PATCH] Bump aerospike/shared-workflows/.github/workflows/reusable_execute-build.yaml Bumps [aerospike/shared-workflows/.github/workflows/reusable_execute-build.yaml](https://github.com/aerospike/shared-workflows) from 1004088a1b5122b9b71a39b40f619f6b50e78d16 to c230de37698348f154265b41da2cdedf3a62d55b. - [Release notes](https://github.com/aerospike/shared-workflows/releases) - [Commits](https://github.com/aerospike/shared-workflows/compare/1004088a1b5122b9b71a39b40f619f6b50e78d16...c230de37698348f154265b41da2cdedf3a62d55b) --- updated-dependencies: - dependency-name: aerospike/shared-workflows/.github/workflows/reusable_execute-build.yaml dependency-version: c230de37698348f154265b41da2cdedf3a62d55b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../build-and-optionally-test-wheels-on-one-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-optionally-test-wheels-on-one-platform.yml b/.github/workflows/build-and-optionally-test-wheels-on-one-platform.yml index aa39228062..f34082b38c 100644 --- a/.github/workflows/build-and-optionally-test-wheels-on-one-platform.yml +++ b/.github/workflows/build-and-optionally-test-wheels-on-one-platform.yml @@ -139,7 +139,7 @@ jobs: matrix: python-version: ${{ fromJson(inputs.python-versions) }} fail-fast: false - uses: aerospike/shared-workflows/.github/workflows/reusable_execute-build.yaml@1004088a1b5122b9b71a39b40f619f6b50e78d16 + uses: aerospike/shared-workflows/.github/workflows/reusable_execute-build.yaml@c230de37698348f154265b41da2cdedf3a62d55b with: runs-on: ${{ needs.get-build-runner-os.outputs.runner-os }} jf-project: ${{ vars.JFROG_PROJECT_FOR_CLIENT_TEAM }}