From a8633760bc2b2020633434866c7ff842bf7e9666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 07:14:10 +0100 Subject: [PATCH] chore(deps): bump docker/login-action from 3 to 4 (#31326) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eecc4c323..3c0f8cb80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,14 +63,14 @@ jobs: - name: Log in to the Docker container registry if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: koenkk password: ${{ secrets.DOCKER_KEY }} - name: Log in to the GitHub container registry if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: koenkk