From 47c5632b4bfb8b13844374c0c96165085b88673d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 07:04:07 +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.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push.yml | 8 ++++---- .github/workflows/ubuntu-cross.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 9eba2679..c1b11681 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -96,7 +96,7 @@ jobs: if: steps.changes.outputs.needs_build == 'true' - name: Log in to GitHub Docker Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: steps.changes.outputs.needs_build == 'true' with: registry: https://ghcr.io @@ -176,7 +176,7 @@ jobs: fi - name: Log in to GitHub Docker Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: https://ghcr.io username: ${{ github.actor }}} @@ -221,7 +221,7 @@ jobs: fi - name: Log in to GitHub Docker Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: https://ghcr.io username: ${{ github.actor }}} @@ -299,7 +299,7 @@ jobs: if: steps.changes.outputs.needs_build == 'true' - name: Log in to GitHub Docker Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: steps.changes.outputs.needs_build == 'true' with: registry: https://ghcr.io diff --git a/.github/workflows/ubuntu-cross.yml b/.github/workflows/ubuntu-cross.yml index 4e5908fb..4667eab5 100644 --- a/.github/workflows/ubuntu-cross.yml +++ b/.github/workflows/ubuntu-cross.yml @@ -33,7 +33,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - name: Log in to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: https://ghcr.io username: ${{ github.actor }}