We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f019f70 commit 32e9772Copy full SHA for 32e9772
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 10
25
steps:
26
- name: ⚙️ Setup
27
- uses: containerbase/internal-tools/setup@9e2c008ec1b3662cb83d8ccdf68b2f0168c7f5d9 # v4.5.9
+ uses: containerbase/internal-tools/setup@a9188b7980bb1d8d9fe8647bd07e925f8e017edd # v4.5.10
28
with:
29
save-cache: true
30
- run: pnpm prettier
@@ -59,7 +59,7 @@ jobs:
59
show-progress: false
60
61
- name: binary-builder
62
- uses: containerbase/internal-tools@9e2c008ec1b3662cb83d8ccdf68b2f0168c7f5d9 # v4.5.9
+ uses: containerbase/internal-tools@a9188b7980bb1d8d9fe8647bd07e925f8e017edd # v4.5.10
63
64
command: binary-builder
65
dry-run: ${{github.ref != 'refs/heads/main'}}
0 commit comments