From 2d0ea439781db1fc0fec42894758f681a2207bda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:38:28 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.3.5 (#211) 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 537bf2a..15b552c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: binary-builder - uses: containerbase/internal-tools@4883899e455499739a005ede0bd2b8d4fb1afa82 # v3.3.4 + uses: containerbase/internal-tools@80955f4a3e86de153243d9319aa91c4566b805cb # v3.3.5 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}