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 }}