From d500078911bbf6369a2f3882a1b7445e2ab057c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:29:49 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/publish-benchmarks-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-benchmarks-website.yml b/.github/workflows/publish-benchmarks-website.yml index 345412422dd..0e467e2401a 100644 --- a/.github/workflows/publish-benchmarks-website.yml +++ b/.github/workflows/publish-benchmarks-website.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}