Skip to content

Commit b0c946a

Browse files
ci(deps): update containerbase/internal-tools action to v4.5.1 (#1103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f7ad27 commit b0c946a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: ⚙️ Setup
29-
uses: containerbase/internal-tools/setup@5deae3a281a98870784309f9017eff5e54d2bf31 # v4.5.0
29+
uses: containerbase/internal-tools/setup@3eab235c19df00cd3c0975fecfc37ed179d0d6d2 # v4.5.1
3030
with:
3131
save-cache: true
3232

@@ -48,7 +48,7 @@ jobs:
4848
show-progress: false
4949

5050
- name: binary-builder
51-
uses: containerbase/internal-tools@5deae3a281a98870784309f9017eff5e54d2bf31 # v4.5.0
51+
uses: containerbase/internal-tools@3eab235c19df00cd3c0975fecfc37ed179d0d6d2 # v4.5.1
5252
with:
5353
command: binary-builder
5454
dry-run: ${{github.ref_name != 'main'}}
@@ -80,6 +80,6 @@ jobs:
8080

8181
- name: Deploy release list to GitHub Pages
8282
id: deployment
83-
uses: containerbase/internal-tools/publish-releases@5deae3a281a98870784309f9017eff5e54d2bf31 # v4.5.0
83+
uses: containerbase/internal-tools/publish-releases@3eab235c19df00cd3c0975fecfc37ed179d0d6d2 # v4.5.1
8484
with:
8585
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)