From 0b2360ece6f9aa8386c029da76c70446e4456ee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:56:10 +0000 Subject: [PATCH] Update blue-build/github-action action to v1.12 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 631d358..7efdeb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: base-recipe: - 'recipes/base-recipe.yml' - name: Build Aviary Base Image - uses: blue-build/github-action@v1.11 + uses: blue-build/github-action@v1.12 if: steps.filter.outputs.base-recipe == 'true' with: cli_version: v0.9.26 @@ -55,7 +55,7 @@ jobs: skip_checkout: true - name: Build Aviary Image - uses: blue-build/github-action@v1.11 + uses: blue-build/github-action@v1.12 with: cli_version: v0.9.26 recipe: recipe.yml