From 769b00cccfb0dfea867122e9a7596256d0cd0b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:23:27 +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 7488b47..fba5d33 100644 --- a/.github/workflows/merge-build.yml +++ b/.github/workflows/merge-build.yml @@ -75,7 +75,7 @@ jobs: cp "$tarball" "commonjava-images/indy-generic-proxy-service/indy-generic-proxy-service-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 }}