From 5e7e5a221882dd6d63ef943bbbb4c23cb95f85ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:54:57 +0000 Subject: [PATCH] Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cli.yaml | 2 +- .github/workflows/service.yaml | 2 +- .github/workflows/ui.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index 48af7b7..a331334 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/service.yaml b/.github/workflows/service.yaml index 60f1529..c534ee4 100644 --- a/.github/workflows/service.yaml +++ b/.github/workflows/service.yaml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 81410b2..6922d03 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}