From 6e008bdbaa847e78ea18cfcd3acd4088922e9cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:12:29 +0000 Subject: [PATCH] feat: bump docker/login-action from 3 to 4.5.2 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d15b3ab..51026f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Login to GitHub Packages Docker Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.repository_owner }}