From aa2b201849691d9eb0603726bf3d413f481fd47a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:52:36 +0000 Subject: [PATCH] chore(deps): update redhat-actions/buildah-build action to v3 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0a45379..9946824 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: - name: Build Image id: build_image - uses: redhat-actions/buildah-build@v2.13 + uses: redhat-actions/buildah-build@v3.0.2 with: image: ${{ github.event.repository.name }} tags: ${{ github.event_name == 'pull_request' && github.sha || (github.ref_name == 'main' && 'latest' || github.ref_name) }}