From 8b297075da4cd2a5f1fd21fe011b499edf06e9d2 Mon Sep 17 00:00:00 2001 From: Sean Middleditch Date: Wed, 4 Oct 2023 23:40:48 -0700 Subject: [PATCH] Default to ninja 1.11.1 (#20) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e454ff6..7b5da99 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ branding: inputs: version: description: 'Version of ninja-build to install' - default: '1.10.2' + default: '1.11.1' required: true platform: description: 'Override default platform with one of [win, mac, linux]'