From dc8105e4c86e31d97c63c46e67c4789a50f05123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:22:26 +0000 Subject: [PATCH] build(deps): bump docker/login-action in the docker group Bumps the docker group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.4.0 to 4.5.1 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.5.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/push-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7ececd..b7dbd8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,13 +34,13 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Docker login - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GHCR - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 67b45a0..6c28f72 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -20,7 +20,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Docker login - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}