File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/build-product-image Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
swap-storage : true
44
44
45
45
- name : Setup Docker Buildx
46
- uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
46
+ uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
47
47
48
48
# NOTE (@Techassi): Why do we install python via apt and not the setup-python action?
49
49
- name : Setup Python
Original file line number Diff line number Diff line change 62
62
swap-storage : true
63
63
64
64
- 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
66
66
# As of 2024-04-08 this throws
67
67
# Error: The version '3.x' with architecture 'arm64' was not found for Ubuntu 22.04.
68
68
# This is because it currently only bundles arm64 packages for darwin.
You can’t perform that action at this time.
0 commit comments