diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4a17ed..3c5f770 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@d844de8b15e0b330e5c35531ce80fa67cef4e366 # v4.6.52 + uses: containerbase/internal-tools/setup@63e57466f171e4f357880b84582253c5bba212fe # v4.6.53 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@d844de8b15e0b330e5c35531ce80fa67cef4e366 # v4.6.52 + uses: containerbase/internal-tools@63e57466f171e4f357880b84582253c5bba212fe # v4.6.53 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}