From b7bcc96bbd1d9cb69b4712c8a8746366f951f95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:04:32 +0000 Subject: [PATCH] Build(deps): bump redhat-actions/podman-login from 1 to 1.7 Bumps [redhat-actions/podman-login](https://github.com/redhat-actions/podman-login) from 1 to 1.7. - [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...v1.7) --- updated-dependencies: - dependency-name: redhat-actions/podman-login dependency-version: '1.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/container-parallel.yml | 2 +- .github/workflows/container.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-parallel.yml b/.github/workflows/container-parallel.yml index 3b2c574..a511ba7 100644 --- a/.github/workflows/container-parallel.yml +++ b/.github/workflows/container-parallel.yml @@ -115,7 +115,7 @@ jobs: name: Push container to registry steps: - name: Log in to ghcr.io - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v1.7 with: username: ${{ env.REGISTRY_USER }} password: ${{ env.REGISTRY_PASSWORD }} diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index ec45dda..4d61b5d 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Log in to ghcr.io - uses: redhat-actions/podman-login@v1 + uses: redhat-actions/podman-login@v1.7 with: username: ${{ env.REGISTRY_USER }} password: ${{ env.REGISTRY_PASSWORD }}