From 2d1cd626f6d7024a72ccede494236d5fad0f00a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 00:23:18 +0000 Subject: [PATCH] Bump redhat-actions/podman-login from 1 to 2 Bumps [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login) from 1 to 2. - [Release notes](https://github.com/redhat-actions/podman-login/releases) - [Changelog](https://github.com/redhat-actions/podman-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/podman-login/compare/v1...v2) --- updated-dependencies: - dependency-name: redhat-actions/podman-login dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-build.yml b/.github/workflows/merge-build.yml index e7f6a4d..e5216b9 100644 --- a/.github/workflows/merge-build.yml +++ b/.github/workflows/merge-build.yml @@ -73,7 +73,7 @@ jobs: cp "$tarball" "commonjava-images/gateway/gateway-runner.jar" - name: Log in to Quay.io - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v2 with: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_ROBOT_TOKEN }}