Skip to content

Commit efdb0b3

Browse files
chore(deps): update docker/setup-buildx-action action to v3.4.0 (#748)
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/setup-buildx-action | v3.3.0 | v3.4.0 |
1 parent c11d3f7 commit efdb0b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: composite
2323
steps:
2424
- name: Setup Docker Buildx
25-
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
25+
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
2626

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
GITHUB_REF_NAME: ${{ github.ref_name }}
4747
steps:
4848
- 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
5050
# As of 2024-04-08 this throws
5151
# Error: The version '3.x' with architecture 'arm64' was not found for Ubuntu 22.04.
5252
# This is because it currently only bundles arm64 packages for darwin.

0 commit comments

Comments
 (0)