From c2c87f73a4c87215df92b9204ef2e42a4cf86e07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:31:00 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.0.14 (#48) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 fc1e810..a6e5b7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: binary-builder - uses: containerbase/internal-tools@a12eeee57d0ae25b23d4e4df2aeb8a482551c9ad # v3.0.12 + uses: containerbase/internal-tools@7a59f600b6c288314c259e5b71671ef179ca3f44 # v3.0.14 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}