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 7c8ce60 commit 4537215Copy full SHA for 4537215
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
timeout-minutes: 10
26
steps:
27
- name: ⚙️ Setup
28
- uses: containerbase/internal-tools/setup@b26e71f52deae633aabeda73cc700ba259d9f2db # v3.10.76
+ uses: containerbase/internal-tools/setup@014815981e4be986820ad21e4ed29968c316d791 # v3.10.78
29
with:
30
save-cache: true
31
@@ -62,7 +62,7 @@ jobs:
62
show-progress: false
63
64
- name: binary-builder
65
- uses: containerbase/internal-tools@b26e71f52deae633aabeda73cc700ba259d9f2db # v3.10.76
+ uses: containerbase/internal-tools@014815981e4be986820ad21e4ed29968c316d791 # v3.10.78
66
67
command: binary-builder
68
dry-run: ${{github.ref != 'refs/heads/main'}}
0 commit comments