We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604ce8b commit 1958041Copy full SHA for 1958041
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: ⚙️ Setup
29
- uses: containerbase/internal-tools/setup@81b2f1cc6e9fb463076193af37c1eb80c616238b # v3.13.12
+ uses: containerbase/internal-tools/setup@c7bb1d76b0bbba5b10b0e204aa1f339c627ec214 # v3.13.13
30
with:
31
save-cache: true
32
@@ -60,7 +60,7 @@ jobs:
60
show-progress: false
61
62
- name: binary-builder
63
- uses: containerbase/internal-tools@81b2f1cc6e9fb463076193af37c1eb80c616238b # v3.13.12
+ uses: containerbase/internal-tools@c7bb1d76b0bbba5b10b0e204aa1f339c627ec214 # v3.13.13
64
65
command: binary-builder
66
dry-run: ${{github.ref_name != 'main'}}
0 commit comments