From 295ac7ad914efda6e0fdbc71361155aad7f05778 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:30:07 +0000 Subject: [PATCH] Update docker/login-action action to v3.6.0 --- .github/workflows/publish-php-debug-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-php-debug-images.yml b/.github/workflows/publish-php-debug-images.yml index 30f9061e..ba4475ed 100644 --- a/.github/workflows/publish-php-debug-images.yml +++ b/.github/workflows/publish-php-debug-images.yml @@ -30,7 +30,7 @@ jobs: uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 - name: Login to GitHub Container Registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }}