From a380b2078acbed6de98145a62f9be663864c97a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:04:16 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-oci-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-oci-image.yml b/.github/workflows/release-oci-image.yml index a2f87a5..76cddd3 100644 --- a/.github/workflows/release-oci-image.yml +++ b/.github/workflows/release-oci-image.yml @@ -106,7 +106,7 @@ jobs: uses: docker/setup-docker-action@v4.4.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.OCI_REGISTRY }} username: ${{ github.actor }} @@ -142,7 +142,7 @@ jobs: uses: docker/setup-docker-action@v4.4.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.OCI_REGISTRY }} username: ${{ github.actor }}