We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38aa707 commit 021bdcbCopy full SHA for 021bdcb
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 10
25
steps:
26
- name: ⚙️ Setup
27
- uses: containerbase/internal-tools/setup@bf5a39efd046e09b1930acebdff89fec935a42a9 # v4.5.11
+ uses: containerbase/internal-tools/setup@b12f48742b8b33815de6f5715be48f4ef160fd5d # v4.5.12
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@bf5a39efd046e09b1930acebdff89fec935a42a9 # v4.5.11
+ uses: containerbase/internal-tools@b12f48742b8b33815de6f5715be48f4ef160fd5d # v4.5.12
63
64
command: binary-builder
65
dry-run: ${{github.ref != 'refs/heads/main'}}
0 commit comments