Skip to content

Commit

Permalink
ci: bump qemu-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 21, 2023
1 parent 6132c96 commit 9425793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm64_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Check docker
run: |
docker info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/riscv64_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Check docker
run: |
docker info
Expand Down

0 comments on commit 9425793

Please sign in to comment.