diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5223979..d77b64b 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@ac2d21e9667686230ec7c2d94aa98eb0e56be3d6 # v3.14.36 + uses: containerbase/internal-tools/setup@eae5b856b5812a5692200982d92b89cbc671e8c8 # v3.14.38 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@ac2d21e9667686230ec7c2d94aa98eb0e56be3d6 # v3.14.36 + uses: containerbase/internal-tools@eae5b856b5812a5692200982d92b89cbc671e8c8 # v3.14.38 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}