From a165189757844687f6781ebd2dc3e6a70a1c0fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:47:27 +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/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f28a07b..3863b97 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Docker - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: env.REGISTRY_USERNAME != '' with: registry: quay.io diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72bd348..59e14f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Docker - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: env.REGISTRY_USERNAME != '' with: registry: quay.io