diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4353b8..59cf9c6 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@fc0934d0824459fc256c54b22107b8ddb321f7c3 # v3.14.50 + uses: containerbase/internal-tools/setup@e57f48611df1fb041949eeb81fd47ca9d3e6177c # v3.14.52 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@fc0934d0824459fc256c54b22107b8ddb321f7c3 # v3.14.50 + uses: containerbase/internal-tools@e57f48611df1fb041949eeb81fd47ca9d3e6177c # v3.14.52 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}