From a691918dedfd547e555bfea2459d2da56bd7784a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:11:14 +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 }}