From 90ac9589e3081b6ee5ae816b2e190125bbd99a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:11:03 -0600 Subject: [PATCH] build(deps): bump docker/login-action from 3.6.0 to 3.7.0 in the updates group (#3900) --- .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 c2562e7d..103c0a6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,14 +162,14 @@ jobs: tests/test.sh - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 if: env.HAS_IMAGE_REPO_ACCESS with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 if: env.HAS_IMAGE_REPO_ACCESS with: registry: ghcr.io