From 068b415aafd0c6b95415018e841b629e5de76582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 00:36:45 +0000 Subject: [PATCH] Bump docker/setup-docker-action from 4.3.0 to 4.4.0 Bumps [docker/setup-docker-action](https://github.com/docker/setup-docker-action) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/docker/setup-docker-action/releases) - [Commits](https://github.com/docker/setup-docker-action/compare/b60f85385d03ac8acfca6d9996982511d8620a19...3fb92d6d9c634363128c8cce4bc3b2826526370a) --- updated-dependencies: - dependency-name: docker/setup-docker-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c14092b..2e52914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Install Docker (latest version) if: matrix.os == 'ubuntu-latest' - uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 #v4.3.0 + uses: docker/setup-docker-action@3fb92d6d9c634363128c8cce4bc3b2826526370a #v4.4.0 - name: Install Azure Functions Core Tools if: matrix.os == 'ubuntu-latest'