From 8e33486a41c4f94c9c78caebb985fc53209d15f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 03:43:22 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3.5.0 to 4.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/184bdaa0721073962dff0199f1fb9940f07167d1...650006c6eb7dba73a995cc03b0b2d7f5ca915bee) --- 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/gemini-automated-issue-dedup.yml | 2 +- .github/workflows/gemini-scheduled-issue-dedup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gemini-automated-issue-dedup.yml b/.github/workflows/gemini-automated-issue-dedup.yml index 5fa274d7e..6057bc371 100644 --- a/.github/workflows/gemini-automated-issue-dedup.yml +++ b/.github/workflows/gemini-automated-issue-dedup.yml @@ -52,7 +52,7 @@ jobs: persist-credentials: false - name: 'Log in to GitHub Container Registry' - uses: 'docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1' # ratchet:docker/login-action@v3 + uses: 'docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee' # ratchet:docker/login-action@v3 with: registry: 'ghcr.io' username: '${{ github.actor }}' diff --git a/.github/workflows/gemini-scheduled-issue-dedup.yml b/.github/workflows/gemini-scheduled-issue-dedup.yml index b18ccf7fc..17c0f581a 100644 --- a/.github/workflows/gemini-scheduled-issue-dedup.yml +++ b/.github/workflows/gemini-scheduled-issue-dedup.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: 'Log in to GitHub Container Registry' - uses: 'docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1' # ratchet:docker/login-action@v3 + uses: 'docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee' # ratchet:docker/login-action@v3 with: registry: 'ghcr.io' username: '${{ github.actor }}'