From e5fa7eff051ac9edb041799ea44ee42fca442900 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:37:41 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/ci-with-bnp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-with-bnp.yaml b/.github/workflows/ci-with-bnp.yaml index 29002ba..f196b07 100644 --- a/.github/workflows/ci-with-bnp.yaml +++ b/.github/workflows/ci-with-bnp.yaml @@ -131,7 +131,7 @@ jobs: run: ./crossplane version --client - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}