From 7b53b8fa138e0c5c51f03533f2ebb75a6e8cf5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 12:02:24 +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/maven-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-push.yml b/.github/workflows/maven-push.yml index 5f2188d5ea..a57c45f3b3 100644 --- a/.github/workflows/maven-push.yml +++ b/.github/workflows/maven-push.yml @@ -93,7 +93,7 @@ jobs: cp "$data_tarball" "commonjava-images/indy/indy-launcher-data.tar.gz" - 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 }}