1
0
mirror of https://github.com/docker/setup-qemu-action.git synced 2025-07-08 06:02:49 +08:00

feat: bump action to use node20 runtime

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna 2023-09-05 11:57:33 +05:30
parent 61d34a9892
commit afb8f2bc1a
No known key found for this signature in database
GPG Key ID: 1B8ECA406788AFA4

View File

@ -21,5 +21,5 @@ outputs:
description: 'Available platforms (comma separated)' description: 'Available platforms (comma separated)'
runs: runs:
using: 'node16' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'