From 087000d3d0d16c8fd77e4b7e0dc36e835f6c3da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 21:35:04 +0000 Subject: [PATCH] build(deps): bump docker/setup-buildx-action from 4.2.0 to 4.3.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c...37fe631027851001ddb9b187196cc803df7f5f0e) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-integration.yml | 2 +- .github/workflows/release-images.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-integration.yml b/.github/workflows/ci-integration.yml index a59b44e8..aaef73f0 100644 --- a/.github/workflows/ci-integration.yml +++ b/.github/workflows/ci-integration.yml @@ -113,7 +113,7 @@ jobs: docker exec ploydok-ci-redis redis-cli ping | grep -q PONG - name: Set up Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 # The Caddy image is an xcaddy build with nine plugins; rebuilding it from # scratch costs about 90s per run, so cache the layers between runs. diff --git a/.github/workflows/release-images.yml b/.github/workflows/release-images.yml index 474fbbcc..bf89800b 100644 --- a/.github/workflows/release-images.yml +++ b/.github/workflows/release-images.yml @@ -210,7 +210,7 @@ jobs: echo "candidate=${candidate}" >> "$GITHUB_OUTPUT" echo "promotion_tags=${promotion_tags}" >> "$GITHUB_OUTPUT" - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4 - uses: sigstore/cosign-installer@f713795cb21599bc4e5c4b58cbad1da852d7eeb9 # v3 @@ -407,7 +407,7 @@ jobs: name: release-image-manifest-${{ github.sha }} path: /tmp/ploydok-release - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4 - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: