From 6836f9c9361104ea36f448e71f104a35fc572f88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 15:06:45 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.4.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 d1c68775..f5339bff 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.0.3 - name: Log in to GitHub Container Registry - uses: docker/login-action@v4.3.0 # Immutable tag - https://github.com/docker/login-action/releases/tag/v4.2.0 + uses: docker/login-action@v4.4.0 # Immutable tag - https://github.com/docker/login-action/releases/tag/v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}