From 5a3928d7a8bad8ef9fa5dc5b4ad59988851e8059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 23:13:22 +0000 Subject: [PATCH] Bump redhat-actions/buildah-build from 2 to 3.0.2 Bumps [redhat-actions/buildah-build](https://github.com/redhat-actions/buildah-build) from 2 to 3.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: redhat-actions/buildah-build dependency-version: 3.0.2 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..59c4bf93 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.0.2 with: image: ${{ inputs.image }} tags: ${{ steps.calc-tag.outputs.container_version }}