Skip to content

Commit b2da624

Browse files
upgrade qemu action version
1 parent 30407f7 commit b2da624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: docker/setup-qemu-action@v1.2.0
14+
- uses: docker/setup-qemu-action@v2
1515

1616
- name: Setup Dependencies
1717
run: sudo apt-get update; sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y

0 commit comments

Comments
 (0)