Skip to content

Commit 9963438

Browse files
build(deps): bump docker/setup-qemu-action from 2 to 3 (#2279)
1 parent 8bca90e commit 9963438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
release_tag=${{ steps.get-latest-tag.outputs.tag }}
3232
echo "LATEST_VERSION=${release_tag#*/}" >> $GITHUB_ENV
3333
- name: Set up QEMU
34-
uses: docker/setup-qemu-action@v2
34+
uses: docker/setup-qemu-action@v3
3535
with:
3636
platforms: ${{ env.PLATFORMS }}
3737
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)