We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd01b41 commit d646d53Copy full SHA for d646d53
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 10
25
steps:
26
- name: ⚙️ Setup
27
- uses: containerbase/internal-tools/setup@b44956ac3ea16b98bf0838d51f0ca6a3f17e4a58 # v3.14.53
+ uses: containerbase/internal-tools/setup@0c0916a7b7f39734b241ae340275c3d24d0f0a1b # v3.14.54
28
with:
29
save-cache: true
30
@@ -63,7 +63,7 @@ jobs:
63
show-progress: false
64
65
- name: binary-builder
66
- uses: containerbase/internal-tools@b44956ac3ea16b98bf0838d51f0ca6a3f17e4a58 # v3.14.53
+ uses: containerbase/internal-tools@0c0916a7b7f39734b241ae340275c3d24d0f0a1b # v3.14.54
67
68
command: binary-builder
69
dry-run: ${{github.ref != 'refs/heads/main'}}
0 commit comments