From 0129a91d935b7763977457940200136824599fe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:26:51 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v2.0.2 (#52) 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 5250f4a..81a296c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: binary-builder - uses: containerbase/internal-tools@807c465b4f4bc65a76611be701c03f1bfc55e587 # v2.0.1 + uses: containerbase/internal-tools@18e4711c931fa3fe5ac671cd7ab98577ee318d2d # v2.0.2 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}