Skip to content

Commit 588cff6

Browse files
chore(deps): update docker/setup-buildx-action action to v3.6.1 (#864)
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/setup-buildx-action | v3.4.0 | v3.6.1 |
1 parent 9d1bd5b commit 588cff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-product-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
swap-storage: true
4444

4545
- name: Setup Docker Buildx
46-
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
46+
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
4747

4848
# NOTE (@Techassi): Why do we install python via apt and not the setup-python action?
4949
- name: Setup Python

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
swap-storage: true
6363

6464
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
65-
- uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
65+
- uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
6666
# As of 2024-04-08 this throws
6767
# Error: The version '3.x' with architecture 'arm64' was not found for Ubuntu 22.04.
6868
# This is because it currently only bundles arm64 packages for darwin.

0 commit comments

Comments
 (0)