From 197755ba39add8d67f4f843da810f9bfe68bfcc7 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 17:21:21 +0000 Subject: [PATCH] breaking: the dependency `docker/login-action` has been updated to a new major version (v4.1.0), which may include breaking changes. #major --- .github/workflows/container_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_image.yaml b/.github/workflows/container_image.yaml index 9e27f81..384a726 100644 --- a/.github/workflows/container_image.yaml +++ b/.github/workflows/container_image.yaml @@ -29,7 +29,7 @@ jobs: uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}