From 299c6743da4e8bf211766ec8fe7bf33674d32c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 10:36:20 +0000 Subject: [PATCH] Bump docker/login-action from 2 to 3 in /.github/actions/login-repo Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/login-repo/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/login-repo/action.yml b/.github/actions/login-repo/action.yml index f4bd3ee..0d0e2c8 100644 --- a/.github/actions/login-repo/action.yml +++ b/.github/actions/login-repo/action.yml @@ -21,14 +21,14 @@ runs: steps: - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: docker.io username: ${{ inputs.docker_username }} password: ${{ inputs.docker_password }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ inputs.ghcr_username }}