Skip to content

Commit b9345c7

Browse files
chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#172)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc3d521 commit b9345c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
image: tonistiigi/binfmt:qemu-v7.0.0 # https://github.com/tonistiigi/binfmt/issues/240#issuecomment-2669052837
3939
- id: buildx
40-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
40+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
4141
- if: github.event_name != 'pull_request'
4242
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4343
with:
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7373
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
7474
- id: buildx
75-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
75+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
7676
- if: github.event_name != 'pull_request'
7777
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7878
with:

0 commit comments

Comments
 (0)