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 73ee050 commit 863981fCopy full SHA for 863981f
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
timeout-minutes: 10
26
steps:
27
- name: ⚙️ Setup
28
- uses: containerbase/internal-tools/setup@472fcf657dccd01b614a0f5e9dbb28aca67ed3c9 # v3.13.3
+ uses: containerbase/internal-tools/setup@51f78cf4324edd8b58d2b7c2b378857320828699 # v3.13.5
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@472fcf657dccd01b614a0f5e9dbb28aca67ed3c9 # v3.13.3
+ uses: containerbase/internal-tools@51f78cf4324edd8b58d2b7c2b378857320828699 # v3.13.5
66
67
command: binary-builder
68
dry-run: ${{github.ref != 'refs/heads/main'}}
0 commit comments