Skip to content

Commit 3a49e40

Browse files
chore(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0 (#2404)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leandro Damascena <[email protected]>
1 parent 4f662e2 commit 3a49e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_v2_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
poetry export --format requirements.txt --output requirements.txt
8585
pip install -r requirements.txt
8686
- name: Set up QEMU
87-
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.0.0
87+
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.0.0
8888
with:
8989
platforms: arm64
9090
# NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)

0 commit comments

Comments
 (0)