From 647714f30bcbd1d422b422e8e1aebd0bf08d4f4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:20:55 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v2.0.5 (#34) 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 8db7401..1fdde4e 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@fc1461e1c2bc0ce86460348cc6659b6f4c812ef7 # v2.0.4 + uses: containerbase/internal-tools@b3d8203fbcc8d0088c2a53d2597078e8cc580723 # v2.0.5 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}