From 9f117e4244f47f655e9d3ce234d5e00dd4e550f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:46:13 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.5.17 --- .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 eb2b5e1b..2690384d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: binary-builder - uses: containerbase/internal-tools@c440de95307545d23ff0e0b57018147e02ae217f # v3.5.15 + uses: containerbase/internal-tools@c8f78cbc830d1883e695d06e3028136656e70f5b # v3.5.17 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}