From b458cd023afe864187a38b871ec50f861ddbef75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:22:10 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.4.15 (#252) 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 3bc74c9..ba27417 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@4d625a3422e21862501a9abbf1dcab4e07103ec3 # v3.4.14 + uses: containerbase/internal-tools@7967a205f4acf76ad2d414d6a074b58a52739986 # v3.4.15 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}