From 289c89c77a284a2a40547da8c21d463ce1d481e1 Mon Sep 17 00:00:00 2001 From: Hikari Date: Thu, 8 Feb 2024 13:52:30 -0600 Subject: [PATCH] chore: default to latest build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fde7a4b..397cb55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: steps: # the build is fully handled by the reusable github action - name: Build Custom Image - uses: blue-build/github-action@v1.0.1 + uses: blue-build/github-action@main with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}