From c128e7746f8913784ccfaf3e3986553c7109a401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:36:36 +0000 Subject: [PATCH] chore(deps): bump redhat-actions/buildah-build in /.github/workflows Bumps [redhat-actions/buildah-build](https://github.com/redhat-actions/buildah-build) from 2.13 to 3. - [Release notes](https://github.com/redhat-actions/buildah-build/releases) - [Changelog](https://github.com/redhat-actions/buildah-build/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/buildah-build/compare/v2.13...v3) --- updated-dependencies: - dependency-name: redhat-actions/buildah-build dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 993f4a391c4..c64e04de92a 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -42,7 +42,7 @@ jobs: - name: Build Container Image id: build_image - uses: redhat-actions/buildah-build@v2.13 + uses: redhat-actions/buildah-build@v3 with: image: dotcom-rendering # Commercial rely on a container image built from the main branch with the tag 'main'