From 288dfced927f490d8123263432204f2048fe1c92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:07:50 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.5.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2af1526..9e7deb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: run: "./crossplane --verbose xpkg push --package-files $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}" - name: Login to GHCR - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.repository_owner }}