From bf4c2b468817232fae8a5ab7ded4034698855903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:00:47 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.4.19 --- .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 6c69d11..7d811be 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@b6d2b362cb282e8088211f792cc2211529936635 # v3.4.17 + uses: containerbase/internal-tools@c0d2b2e1e047779948a40b486bba79ab12d41297 # v3.4.19 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}