From 2c729c4c19fadf53a4ba6c77f7a1b5c4988dddee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 21:04:14 +0000 Subject: [PATCH] chore(deps): update containerbase/internal-tools action to v3.5.15 | datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | containerbase/internal-tools | v3.5.14 | v3.5.15 | --- .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 1bf82ff..e3c6626 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: binary-builder - uses: containerbase/internal-tools@081e077becfd4a1a5f6c45271583b857e88bdbb4 # v3.5.14 + uses: containerbase/internal-tools@c440de95307545d23ff0e0b57018147e02ae217f # v3.5.15 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}