Skip to content

Commit

Permalink
optimize: fix build action warning (apache#5944)
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan committed Oct 20, 2023
1 parent e3bfb6c commit 5aca41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# step 2
- name: "Set up QEMU"
id: qemu
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
# step 3
- name: "Build arm-binary"
run: |
Expand Down

0 comments on commit 5aca41d

Please sign in to comment.