From 137f168ad5881704d2496f044a97e0ff67467a29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:45:50 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.1.0 --- .github/workflows/ci_emulated_linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_emulated_linux.yaml b/.github/workflows/ci_emulated_linux.yaml index 1c31898..979b21d 100644 --- a/.github/workflows/ci_emulated_linux.yaml +++ b/.github/workflows/ci_emulated_linux.yaml @@ -46,7 +46,7 @@ jobs: buildkitd-flags: --debug - name: Login to GitHub Container Registry if: github.event_name != 'pull_request' - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}