We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31e9ecb + 68e2f3b commit 7957359Copy full SHA for 7957359
2 files changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v4
17
- name: Set up qemu
18
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
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