From f1987c8521de6c1712ed271945bab3a2f0affbec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 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/login-action](https://github.com/docker/login-action). Updates `docker/setup-docker-action` from 4.6.0 to 4.7.0 - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](https://github.com/docker/setup-docker-action/compare/e61617a16c407a86262fb923c35a616ddbe070b3...e43656e248c0bd0647d3f5c195d116aacf6fcaf4) Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/5e57cd118135c172c3672efd75eb46360885c0ef...c94ce9fb468520275223c153574b00df6fe4bcc9) --- updated-dependencies: - dependency-name: docker/setup-docker-action dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push.yml | 12 ++++++------ .github/workflows/ubuntu-cross.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 1a108d3..fb4435b 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@e61617a16c407a86262fb923c35a616ddbe070b3 # v4.6.0 + uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0 with: daemon-config: | { @@ -96,7 +96,7 @@ jobs: if: steps.changes.outputs.needs_build == 'true' - name: Log in to GitHub Docker Registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: steps.changes.outputs.needs_build == 'true' with: registry: https://ghcr.io @@ -176,7 +176,7 @@ jobs: fi - name: Log in to GitHub Docker Registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 with: registry: https://ghcr.io username: ${{ github.actor }}} @@ -221,7 +221,7 @@ jobs: fi - name: Log in to GitHub Docker Registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 with: registry: https://ghcr.io username: ${{ github.actor }}} @@ -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@e61617a16c407a86262fb923c35a616ddbe070b3 # v4.6.0 + uses: docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4 # v4.7.0 with: daemon-config: | { @@ -299,7 +299,7 @@ jobs: if: steps.changes.outputs.needs_build == 'true' - name: Log in to GitHub Docker Registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 if: steps.changes.outputs.needs_build == 'true' with: registry: https://ghcr.io diff --git a/.github/workflows/ubuntu-cross.yml b/.github/workflows/ubuntu-cross.yml index 15cebc1..cb7b06d 100644 --- a/.github/workflows/ubuntu-cross.yml +++ b/.github/workflows/ubuntu-cross.yml @@ -33,7 +33,7 @@ jobs: uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - name: Log in to GitHub Container Registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 with: registry: https://ghcr.io username: ${{ github.actor }}