From 8619af9ea6d128a3dd4b0571fca1faa4cbe0ee15 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 4 Jun 2023 15:35:47 +0000
Subject: [PATCH] ci(deps): update containerbase/internal-tools action to
 v1.17.8

---
 .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 2069781..369208d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
       - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
 
       - name: binary-builder
-        uses: containerbase/internal-tools@93bc8de531a89fc87d265fb2dc09d9a837978ea2 # v1.17.7
+        uses: containerbase/internal-tools@f7e832514aae131cf240f2d72acda8abd84ffbb9 # v1.17.8
         with:
           command: binary-builder
           dry-run: ${{github.ref != 'refs/heads/main'}}