We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4546c91 commit 8b4ab46Copy full SHA for 8b4ab46
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 10
25
steps:
26
- name: ⚙️ Setup
27
- uses: containerbase/internal-tools/setup@c84eb2a842599c744925d0d5888b62c7b993116a # v3.14.2
+ uses: containerbase/internal-tools/setup@fe770ba6b0bf4b72cb2e3e691f6e4e2974d5c80a # v3.14.4
28
with:
29
save-cache: true
30
- run: pnpm prettier
@@ -59,7 +59,7 @@ jobs:
59
show-progress: false
60
61
- name: binary-builder
62
- uses: containerbase/internal-tools@c84eb2a842599c744925d0d5888b62c7b993116a # v3.14.2
+ uses: containerbase/internal-tools@fe770ba6b0bf4b72cb2e3e691f6e4e2974d5c80a # v3.14.4
63
64
command: binary-builder
65
dry-run: ${{github.ref != 'refs/heads/main'}}
0 commit comments