From 97d3099fad9420455e2395e25e84d383601f5ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:24:23 +0000 Subject: [PATCH] Bump step-security/setup-buildx-action from 3.12.0 to 4.0.0 Bumps [step-security/setup-buildx-action](https://github.com/step-security/setup-buildx-action) from 3.12.0 to 4.0.0. - [Release notes](https://github.com/step-security/setup-buildx-action/releases) - [Commits](https://github.com/step-security/setup-buildx-action/compare/c60a792b446ef83310733d5cd9d0c8d6870d043f...f931205d68723ad9589fd2a7e2ece238bf9de341) --- updated-dependencies: - dependency-name: step-security/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-manylinux-openssl-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-manylinux-openssl-image.yml b/.github/workflows/update-manylinux-openssl-image.yml index 93a4e7d34d..0b4c776d46 100644 --- a/.github/workflows/update-manylinux-openssl-image.yml +++ b/.github/workflows/update-manylinux-openssl-image.yml @@ -50,7 +50,7 @@ jobs: flavor: latest=false - name: Set up Docker Buildx so we can cache our Docker image layers - uses: step-security/setup-buildx-action@c60a792b446ef83310733d5cd9d0c8d6870d043f # v3.12.0 + uses: step-security/setup-buildx-action@f931205d68723ad9589fd2a7e2ece238bf9de341 # v4.0.0 - name: Get cibuildwheel version used to build wheels run: echo CIBW_VERSION=$(yq eval '.jobs.cibuildwheel.steps | map(select(.id == "cibuildwheel"))[0].uses' build-wheels.yml | cut -f 2- -d "@") >> $GITHUB_ENV