From 970aa6a838e456ce3fb63c7c4204967a7fb4a0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 00:23:14 +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/merge-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-build.yml b/.github/workflows/merge-build.yml index e7f6a4d..de09fa7 100644 --- a/.github/workflows/merge-build.yml +++ b/.github/workflows/merge-build.yml @@ -81,7 +81,7 @@ jobs: - name: Buildah build id: buildah-build - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: gateway tags: ${{ github.ref_name }}