From edb008255472d9b1c5931e16fb3fb929e186e2fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 17:12:13 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ce63eaa7..e55fe336 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -54,14 +54,14 @@ jobs: - name: Login to GHCR if: github.event_name == 'push' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Scaleway Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: rg.fr-par.scw.cloud username: nologin