From 6de583595310904023d7badefd02205c0f64d3f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 23:04:14 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.0.40 (#79) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 1a1e83b..f56ca1d 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@0effff02872861a5535e8c867c05d31db20da195 # v3.0.39 + uses: containerbase/internal-tools@813df227d0b5546b660c7adee7bfa808f9bb4028 # v3.0.40 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}