From b567e3f2d58dfae303056dd0d30da89b8047d313 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:54:53 +0000 Subject: [PATCH] Update redhat-actions/buildah-build action to v3 --- .github/workflows/container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 3286a79..988a913 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -22,7 +22,7 @@ jobs: sudo apt-get install -y podman buildah - name: Build container image id: build-image - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: ${{ env.CONTAINER_NAME }} tags: ${{ env.CONTAINER_TAG }}