From 25fdafaa0f0362e8c26c381886367a9f0d691ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:53:23 +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 1eaeec1..88f7a96 100644 --- a/.github/workflows/merge-build.yml +++ b/.github/workflows/merge-build.yml @@ -74,7 +74,7 @@ jobs: cp "$tarball" "commonjava-images/indy-archive-service/indy-archive-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 }}