From f9e435af01974b5e7ff187f306d95662ea134ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:36:08 +0000 Subject: [PATCH] Bump redhat-actions/podman-login from 1.7 to 2.0 Bumps [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login) from 1.7 to 2.0. - [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/4934294ad0449894bcd1e9f191899d7292469603...50c2d9a331bb67c8fdab99b86455fad05e2e3252) --- updated-dependencies: - dependency-name: redhat-actions/podman-login dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecb256b..a7dd045 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: STEPS_GET_HELM_VERSION_OUTPUTS_VERSION: ${{ steps.get_helm_version.outputs.version }} STEPS_GET_VERSION_OUTPUTS_VERSION: ${{ steps.get_version.outputs.version }} - name: Log in to GHCR - uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1 + uses: redhat-actions/podman-login@50c2d9a331bb67c8fdab99b86455fad05e2e3252 # v2.0 with: registry: ghcr.io/${{ github.repository_owner }} username: ${{ github.actor }}