From 430fdbb80f85aadd08bed0b420378aec15fdade9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:55:45 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20docker/login-act?= =?UTF-8?q?ion=20(=20v3=20=E2=9E=94=20v4.2.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.2.0 | --- .github/workflows/scheduled-cleanup.yaml | 2 +- .github/workflows/workflow_call-build_images.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scheduled-cleanup.yaml b/.github/workflows/scheduled-cleanup.yaml index 92e755e..ddc59c8 100644 --- a/.github/workflows/scheduled-cleanup.yaml +++ b/.github/workflows/scheduled-cleanup.yaml @@ -18,7 +18,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3 - name: Login to GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/workflow_call-build_images.yaml b/.github/workflows/workflow_call-build_images.yaml index 1573aff..0d3ef50 100644 --- a/.github/workflows/workflow_call-build_images.yaml +++ b/.github/workflows/workflow_call-build_images.yaml @@ -127,7 +127,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3 - name: Login to GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -255,7 +255,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3 - name: Setup GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: ghcr.io username: ${{ github.actor }}