From a66088e61f084d636ae4040beff8b5bdd1d3aca5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:46:06 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20docker/login-act?= =?UTF-8?q?ion=20action=20(=20v3=20=E2=86=92=20v4.1.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------- | ---- | ------ | | github-tags | docker/login-action | v3 | v4.1.0 | --- .github/workflows/build-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 3a2ed1e..27cf1b2 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -130,7 +130,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -252,7 +252,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Setup GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}