From b78d5b4814970860da473b265aaf66408d3e8f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 01:03:15 +0000 Subject: [PATCH] build(deps): bump docker/setup-docker-action in the docker group Bumps the docker group with 1 update: [docker/setup-docker-action](https://github.com/docker/setup-docker-action). Updates `docker/setup-docker-action` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](https://github.com/docker/setup-docker-action/compare/3fb92d6d9c634363128c8cce4bc3b2826526370a...efe9e3891a4f7307e689f2100b33a155b900a608) --- updated-dependencies: - dependency-name: docker/setup-docker-action dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- .github/workflows/code-health.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 26604aa9b4..79cf2f8bb3 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -289,7 +289,7 @@ jobs: with: dockerfile: Dockerfile - name: Enable containerd image store - uses: docker/setup-docker-action@3fb92d6d9c634363128c8cce4bc3b2826526370a + uses: docker/setup-docker-action@efe9e3891a4f7307e689f2100b33a155b900a608 with: version: v24.0.6 daemon-config: |