From c0fd2f2dc0964c1a867665cd122a086a97637f71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:30:08 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/nix-image.yaml | 2 +- build-docker-image/action.yml | 2 +- nix-image/action.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nix-image.yaml b/.github/workflows/nix-image.yaml index 533936d..360f7c8 100644 --- a/.github/workflows/nix-image.yaml +++ b/.github/workflows/nix-image.yaml @@ -64,7 +64,7 @@ jobs: with: images: ${{ needs.amd64.outputs.image-name }} tags: ${{ inputs.tags }} - - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/build-docker-image/action.yml b/build-docker-image/action.yml index 7302d6f..f763a8b 100644 --- a/build-docker-image/action.yml +++ b/build-docker-image/action.yml @@ -37,7 +37,7 @@ runs: images: ${{ inputs.image-ref }} tags: ${{ inputs.tags }} - uses: depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5 # v1.6.0 - - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: ${{ inputs.push == 'true' }} with: registry: ghcr.io diff --git a/nix-image/action.yaml b/nix-image/action.yaml index 6750626..88afdce 100644 --- a/nix-image/action.yaml +++ b/nix-image/action.yaml @@ -32,7 +32,7 @@ runs: images: ${{ steps.image-info.outputs.name }} tags: | type=sha,suffix=-${{ steps.image-info.outputs.arch }} - - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 if: ${{ inputs.push == 'true' }} with: registry: ghcr.io