From cfe6181d61f1c6ca5099d2210243e5b674230630 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:28:39 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.39 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa2be45..d6a27c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 10 steps: - name: ⚙️ Setup - uses: containerbase/internal-tools/setup@807dd8a807e8cf2a6d3e7e77fc4b74533f0cd7ae # v4.6.38 + uses: containerbase/internal-tools/setup@1d932825f2ee6064ca521035959d1eabc6ed5a2c # v4.6.39 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@807dd8a807e8cf2a6d3e7e77fc4b74533f0cd7ae # v4.6.38 + uses: containerbase/internal-tools@1d932825f2ee6064ca521035959d1eabc6ed5a2c # v4.6.39 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}