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 93f7b2c commit 152bc6cCopy full SHA for 152bc6c
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
timeout-minutes: 10
26
steps:
27
- name: ⚙️ Setup
28
- uses: containerbase/internal-tools/setup@6e66fb91736a7ef5b5c25acfc2e3dd598e2f0d23 # v3.13.0
+ uses: containerbase/internal-tools/setup@a9ff2c0e8c85e7f94db97cbe6039424da5af8445 # v3.13.1
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@6e66fb91736a7ef5b5c25acfc2e3dd598e2f0d23 # v3.13.0
+ uses: containerbase/internal-tools@a9ff2c0e8c85e7f94db97cbe6039424da5af8445 # v3.13.1
66
67
command: binary-builder
68
dry-run: ${{github.ref != 'refs/heads/main'}}
0 commit comments