Skip to content

Commit 759b49e

Browse files
authored
ci: update docker actions to resolve Node.js 20 deprecation
Bumps the following actions to their latest major versions to ensure compatibility with the Node.js 24 runtime requirement: - docker/setup-qemu-action from v3 to v4
1 parent 217a5f3 commit 759b49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Set up QEMU
5757
if: matrix.platforms != 'linux/amd64' && matrix.platforms != 'linux/arm64'
58-
uses: docker/setup-qemu-action@v3
58+
uses: docker/setup-qemu-action@v4
5959
with:
6060
# qemu-v9.2.0-51+ required for loong64 support
6161
image: tonistiigi/binfmt:qemu-v10.2.1-65

0 commit comments

Comments
 (0)