From fcaf20abd32bc92bb3394f33c85ec45d22962109 Mon Sep 17 00:00:00 2001 From: "doyobot[bot]" <132103405+doyobot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:03:21 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 | datasource | package | from | to | | ----------- | ------------------- | ---- | ------ | | github-tags | docker/login-action | v3 | v4.1.0 | --- .github/workflows/action-image-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-image-build.yaml b/.github/workflows/action-image-build.yaml index d79e4fd..78dba1a 100644 --- a/.github/workflows/action-image-build.yaml +++ b/.github/workflows/action-image-build.yaml @@ -124,7 +124,7 @@ jobs: - name: Setup GHCR if: ${{ inputs.pushImages == 'true' }} - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}