We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b85d71 commit a5c05e2Copy full SHA for a5c05e2
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: ⚙️ Setup
29
- uses: containerbase/internal-tools/setup@50645dd090d12fb3fbbcf4dba02f558d93599856 # v4.2.5
+ uses: containerbase/internal-tools/setup@b29c63c57dd3f5cccfba5e58416f531c23b9e122 # v4.3.0
30
with:
31
save-cache: true
32
@@ -48,7 +48,7 @@ jobs:
48
show-progress: false
49
50
- name: binary-builder
51
- uses: containerbase/internal-tools@50645dd090d12fb3fbbcf4dba02f558d93599856 # v4.2.5
+ uses: containerbase/internal-tools@b29c63c57dd3f5cccfba5e58416f531c23b9e122 # v4.3.0
52
53
command: binary-builder
54
dry-run: ${{github.ref_name != 'main'}}
0 commit comments