From 585c167768b67d129ea3dac4df2c48b31eaf9f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 07:04:29 +0000 Subject: [PATCH] build(deps): bump the docker group across 1 directory with 2 updates Bumps the docker group with 2 updates in the / directory: [docker/setup-docker-action](https://github.com/docker/setup-docker-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/setup-docker-action` from 4.7.0 to 5.0.0 - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](https://github.com/docker/setup-docker-action/compare/e43656e248c0bd0647d3f5c195d116aacf6fcaf4...1a6edb0ba9ac496f6850236981f15d8f9a82254d) Updates `docker/build-push-action` from 6.18.0 to 6.19.2 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/263435318d21b8e681c14492fe198d362a7d2c83...10e90e3645eae34f1e60eeb005ba3a3d33f178e8) --- updated-dependencies: - dependency-name: docker/setup-docker-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push.yml | 4 ++-- .github/workflows/ubuntu-cross.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index fb4435b..726db87 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -78,7 +78,7 @@ jobs: uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 - name: Set up Docker - uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0 + uses: docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0.0 with: daemon-config: | { @@ -281,7 +281,7 @@ jobs: uses: Automattic/vip-actions/expose-github-runtime@7b98dcb98d652bf02037977b1b85abb971c345d0 # v0.7.1 - name: Set up Docker - uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0 + uses: docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0.0 with: daemon-config: | { diff --git a/.github/workflows/ubuntu-cross.yml b/.github/workflows/ubuntu-cross.yml index cb7b06d..790d8a8 100644 --- a/.github/workflows/ubuntu-cross.yml +++ b/.github/workflows/ubuntu-cross.yml @@ -41,7 +41,7 @@ jobs: if: ${{ github.base_ref == null }} - name: Build and push image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 id: push with: context: .