diff --git a/action.yml b/action.yml index dbd8273..ac1ad6f 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: Meson Build author: BSFishy description: Run a Meson task during your Actions workflow runs: - using: 'node12' + using: 'node20' main: 'dist/index.js' branding: icon: 'arrow-down' @@ -26,12 +26,12 @@ inputs: meson-version: description: The version of Meson to use required: true - default: '0.53.2' + default: '1.9.1' ninja-version: description: The version of Ninja to use required: true - default: '1.9.0.post1' + default: '1.13.0' gcovr-version: description: The version of gcovr to use (If doing coverage) required: true - default: '4.2' + default: '8.4'