From 9e0ffbead94a1567eb0ad2a0d232e6e49aab915c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 01:03:43 +0000 Subject: [PATCH] chore(deps): replace renovatebot/internal-tools action with containerbase/internal-tools v1.15.7 --- .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 73cba3a..afab5bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 - name: binary-builder - uses: renovatebot/internal-tools@c1d6f949a65c2388101e357ff36d7b960ae1735f # v1.15.7 + uses: containerbase/internal-tools@c1d6f949a65c2388101e357ff36d7b960ae1735f # v1.15.7 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}