From a19a2e7f2491fd3552cb50bfec86fdc9e504fe7a Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 11 Nov 2024 13:48:37 -0500 Subject: [PATCH] ci: update bba to 1.0.0 --- .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 ed23d86..ad1a2d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Run Bento build action - uses: bento-platform/bento_build_action@v0.11.1 + uses: bento-platform/bento_build_action@v1.0.0 with: registry: ghcr.io registry-username: ${{ github.actor }}