From 2572d8e81d102e2b339e3121912372f354140c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:32:40 +0000 Subject: [PATCH] build(deps): 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e195251..47f715a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: GITHUB_REF_NAME=${{ github.ref_name }} GITHUB_PR_HEAD_SHA=${{ github.event.pull_request.head.sha }} - - uses: redhat-actions/podman-login@v1 + - uses: redhat-actions/podman-login@v2 with: registry: ${{ env.REGISTRY }} username: github_workflow