From 9d6e9eecdcea034ebaffc60c412b1d13ea63be6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:28:30 +0000 Subject: [PATCH] Bump docker/login-action from 3.7.0 to 4.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.7.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-ci-build.yml | 2 +- .github/workflows/maven-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-ci-build.yml b/.github/workflows/maven-ci-build.yml index b606974e..c30c0021 100644 --- a/.github/workflows/maven-ci-build.yml +++ b/.github/workflows/maven-ci-build.yml @@ -22,7 +22,7 @@ jobs: server-username: MAVEN_CENTRAL_USER server-password: MAVEN_CENTRAL_TOKEN - name: Login to registry.redhat.io - uses: docker/login-action@v3.7.0 + uses: docker/login-action@v4.0.0 with: username: ${{ secrets.REDHAT_REGISTRY_USER }} password: ${{ secrets.REDHAT_REGISTRY_TOKEN }} diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 937f2d93..92fd9b59 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -18,7 +18,7 @@ jobs: server-username: MAVEN_CENTRAL_USER server-password: MAVEN_CENTRAL_TOKEN - name: Login to registry.redhat.io - uses: docker/login-action@v3.7.0 + uses: docker/login-action@v4.0.0 with: username: ${{ secrets.REDHAT_REGISTRY_USER }} password: ${{ secrets.REDHAT_REGISTRY_TOKEN }}