Skip to content

Commit f93d59f

Browse files
committed
ci: bump docker/setup-qemu-action v3 -> v4
1 parent c4ce108 commit f93d59f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
git config --global url."https://github.com/".insteadOf "git@github.com:"
129129
git submodule update --init --recursive
130130
- name: Set up QEMU
131-
uses: docker/setup-qemu-action@v3
131+
uses: docker/setup-qemu-action@v4
132132
- name: Build static binary (Alpine 3.21 / musl / GCC 14)
133133
run: |
134134
docker run --rm --platform linux/arm64 \
@@ -168,7 +168,7 @@ jobs:
168168
git config --global url."https://github.com/".insteadOf "git@github.com:"
169169
git submodule update --init --recursive
170170
- name: Set up QEMU
171-
uses: docker/setup-qemu-action@v3
171+
uses: docker/setup-qemu-action@v4
172172
- name: Build static binary (Alpine 3.21 / musl / GCC 14)
173173
run: |
174174
docker run --rm --platform linux/386 \

0 commit comments

Comments
 (0)