From fcb3fd5be33d3130b0f9ab62fef108147513fc5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 22:40:48 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v1.21.31 --- .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 1dbd2fe..dbb5b04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: binary-builder - uses: containerbase/internal-tools@3eeb1e17b27610f63af7dca29fc0ec7775e92c4f # v1.21.30 + uses: containerbase/internal-tools@0473479405307b8c75949e5bd9a298e960298215 # v1.21.31 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}