From 162bd9b5f19a0de2870407a4406506aeb0fe5a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 08:06:30 -0500 Subject: [PATCH] build(deps): bump docker/login-action from 4.4.0 to 4.5.2 in the updates group (#4195) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7902148a..46319979 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,14 +178,14 @@ jobs: tests/test.sh - name: Login to DockerHub - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.2 if: env.HAS_IMAGE_REPO_ACCESS with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.2 if: env.HAS_IMAGE_REPO_ACCESS with: registry: ghcr.io