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 7279a90 commit 94e56bcCopy full SHA for 94e56bc
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
timeout-minutes: 10
26
steps:
27
- name: ⚙️ Setup
28
- uses: containerbase/internal-tools/setup@ea80a3be1d45607f486ebac45c86541c3eabf136 # v3.14.5
+ uses: containerbase/internal-tools/setup@07ea798848211c3859fe1d64e10d2a88d0913010 # v3.14.6
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@ea80a3be1d45607f486ebac45c86541c3eabf136 # v3.14.5
+ uses: containerbase/internal-tools@07ea798848211c3859fe1d64e10d2a88d0913010 # v3.14.6
66
67
command: binary-builder
68
dry-run: ${{github.ref != 'refs/heads/main'}}
0 commit comments