From fc339b378a6b69763ded1e5c953aaa1914c0efa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 06:02:32 +0000 Subject: [PATCH] :arrow_up: Bump docker/login-action from 2.1.0 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.1.0...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fca59be..88548d7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -104,7 +104,7 @@ jobs: exit 1 fi - name: 🏗 Login to GitHub Container Registry - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }}