From 4657c5f8f32d5d5e6ac6abc2736d5a315c57780a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:01:48 -0500 Subject: [PATCH] build(deps): bump docker/login-action from 4.5.2 to 4.6.0 in the updates group (#4216) --- .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 37237f9a..d7eaa826 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -195,14 +195,14 @@ jobs: tests/test.sh - name: Login to DockerHub - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 if: env.HAS_IMAGE_REPO_ACCESS == 'true' with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 if: env.HAS_IMAGE_REPO_ACCESS == 'true' with: registry: ghcr.io