File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
using : composite
23
23
steps :
24
24
- name : Setup Docker Buildx
25
- uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3 .0
25
+ uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4 .0
26
26
27
27
# NOTE (@Techassi): Why do we install python via apt and not the setup-python action?
28
28
- name : Setup Python
Original file line number Diff line number Diff line change 46
46
GITHUB_REF_NAME : ${{ github.ref_name }}
47
47
steps :
48
48
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
- - uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3 .0
49
+ - uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4 .0
50
50
# As of 2024-04-08 this throws
51
51
# Error: The version '3.x' with architecture 'arm64' was not found for Ubuntu 22.04.
52
52
# This is because it currently only bundles arm64 packages for darwin.
You can’t perform that action at this time.
0 commit comments