Skip to content

Commit

Permalink
Update version of Github action "setup-qemu-action" to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Nov 10, 2023
1 parent 3593116 commit c9a1b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Build package mlrl-common
Expand Down

0 comments on commit c9a1b88

Please sign in to comment.