We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e21d74a + 8ed647e commit 56fa74eCopy full SHA for 56fa74e
2 files changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout repo
16
uses: actions/checkout@v6
17
- name: Set up qemu
18
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
19
with:
20
platforms: all
21
- name: Set up docker buildx
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
0 commit comments