From dca21c048b070cbef6a25650526e222b7b45116c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:52:09 +0000 Subject: [PATCH] chore(deps): update redhat-actions/buildah-build action to v3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d39e4e..8220209 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: - name: Build Container Image id: build-image - uses: redhat-actions/buildah-build@v2 + uses: redhat-actions/buildah-build@v3 with: image: continuoussecuritytooling/ajv-cli tags: 'latest ${{ github.event.inputs.releaseversion }}'