From f155ab6160128174f8eae96031b4af496b3027d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:05:05 +0000 Subject: [PATCH] deps(tools): 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/main-server.yml | 2 +- .github/workflows/main-web.yml | 2 +- .github/workflows/tags.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-server.yml b/.github/workflows/main-server.yml index a569a5c2..a75bff44 100644 --- a/.github/workflows/main-server.yml +++ b/.github/workflows/main-server.yml @@ -55,7 +55,7 @@ jobs: # Push Docker image to registry - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/main-web.yml b/.github/workflows/main-web.yml index 81cf3ea6..334d0b57 100644 --- a/.github/workflows/main-web.yml +++ b/.github/workflows/main-web.yml @@ -74,7 +74,7 @@ jobs: # Push Docker image to registry - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index ae272743..a2797466 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -35,7 +35,7 @@ jobs: steps: # Push Docker image to registry - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.GHCR_REGISTRY }} username: ${{ github.actor }}