From d2f3c607f47bc4aab55f96e77f4b552903ecbe3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:13:17 +0000 Subject: [PATCH] Bump redhat-actions/buildah-build from 2 to 3 Bumps [redhat-actions/buildah-build](https://github.com/redhat-actions/buildah-build) from 2 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...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/multiarch-containerfile-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multiarch-containerfile-build.yaml b/.github/workflows/multiarch-containerfile-build.yaml index dfc0f2e3..05b9d17b 100644 --- a/.github/workflows/multiarch-containerfile-build.yaml +++ b/.github/workflows/multiarch-containerfile-build.yaml @@ -51,7 +51,7 @@ jobs: - name: Buildah Action id: build-image - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: ${{ inputs.image }} tags: ${{ steps.calc-tag.outputs.container_version }}