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