From 047334b75ea8c6f9b3d1c95178e4072809b27949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 16:24:13 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.6.0 --- .github/workflows/publish-repo-parser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-repo-parser.yaml b/.github/workflows/publish-repo-parser.yaml index 4a68444b..7c1f495b 100644 --- a/.github/workflows/publish-repo-parser.yaml +++ b/.github/workflows/publish-repo-parser.yaml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v6.1.0 - name: Log in to GitHub Container Registry - uses: docker/login-action@v4.5.1 # Immutable tag - https://github.com/docker/login-action/releases/tag/v4.2.0 + uses: docker/login-action@v4.6.0 # Immutable tag - https://github.com/docker/login-action/releases/tag/v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}