From 524d3754e5b1bddc8c1f953b504002042aea2697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:15:12 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 8f173c3..4874de5 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -50,7 +50,7 @@ jobs: tags: ${{ inputs.metadata-tags }} - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -101,7 +101,7 @@ jobs: merge-multiple: true - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}