From 66ba80d27593558fa3d245be951b4fb9cdf44c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:23:49 +0000 Subject: [PATCH] Bump step-security/setup-buildx-action from 4.1.0 to 4.2.0 Bumps [step-security/setup-buildx-action](https://github.com/step-security/setup-buildx-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/step-security/setup-buildx-action/releases) - [Commits](https://github.com/step-security/setup-buildx-action/compare/6997872a55d77391e51b87609556578131f44402...a4709e2865773e1792246433e8eb922f9743a875) --- updated-dependencies: - dependency-name: step-security/setup-buildx-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 bca8c94095..39c926e870 100644 --- a/.github/workflows/update-manylinux-openssl-image.yml +++ b/.github/workflows/update-manylinux-openssl-image.yml @@ -58,7 +58,7 @@ jobs: flavor: latest=false - name: Set up Docker Buildx so we can cache our Docker image layers - uses: step-security/setup-buildx-action@6997872a55d77391e51b87609556578131f44402 # v4.1.0 + uses: step-security/setup-buildx-action@a4709e2865773e1792246433e8eb922f9743a875 # v4.2.0 - name: Get manylinux base image to use id: get-manylinux-base-image