From 83c9fe7a2c05357094abd38b7561b2a7b3773295 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:12:41 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.4.1 --- .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 1c5a8eb..08bd47a 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@ea879db0cfe20e24636d8010ea1d1b2e9683e167 # v3.4.0 + uses: containerbase/internal-tools@f0e5ba416d0f8da2abcb6eefa7cda69bcc4d5994 # v3.4.1 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}