From e84cc71ce9d5f1d1238ca11672cfcd695c8c0d7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 13:36:07 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.6.0 --- .github/workflows/publish-agent-helper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-agent-helper.yml b/.github/workflows/publish-agent-helper.yml index 714023536..a679c5537 100644 --- a/.github/workflows/publish-agent-helper.yml +++ b/.github/workflows/publish-agent-helper.yml @@ -53,7 +53,7 @@ jobs: # Publish on push to main / manual dispatch; pull_request runs build-only. - name: log in to ghcr if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}