From 2e221fa41ceab83d8363a6e20861196505fd45be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:18:11 +0000 Subject: [PATCH] ci(deps): bump docker/login-action from 3 to 4.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/caddy-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/caddy-image.yml b/.github/workflows/caddy-image.yml index 0bf90d71..dd4a3a1f 100644 --- a/.github/workflows/caddy-image.yml +++ b/.github/workflows/caddy-image.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v7.0.0 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - - uses: docker/login-action@v3 + - uses: docker/login-action@v4.2.0 with: registry: ghcr.io username: ${{ github.actor }}