From e611e7b3bb4dc46b10d6c9f5106cac0d035fb48a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:09:27 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 013850034..1182c4517 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -174,7 +174,7 @@ jobs: - name: Login to registry if: ${{ steps.vars.outputs.deploy == 'true' }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}