From e097412f564f0a3342a3cf46068ce446450dac5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:02:11 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.0.20 --- .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 9fcbaf4..a35ba86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: binary-builder - uses: containerbase/internal-tools@81c576ef74098cdb98e1ef48579bba8bf10071ba # v3.0.17 + uses: containerbase/internal-tools@4499006aa0823959d0d457fdb12ecf0038643d5a # v3.0.20 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}