From 83a1fd8162c5ac7583acc99875228e6702e5d08b Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Thu, 15 Feb 2024 22:58:56 +0300 Subject: GitHub actions: fix QtC version The '9.0.1' version was removed from the mirror we use to install QtC. Bump version to '11.0.3' to use newer Qbs. Change-Id: If884d8b2cf9c1d2844ad01a80ebb37c3fc94eff9 Reviewed-by: Christian Kandeler --- .github/actions/download-qtc/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/download-qtc/action.yml b/.github/actions/download-qtc/action.yml index 542a2cb28..a04681df4 100644 --- a/.github/actions/download-qtc/action.yml +++ b/.github/actions/download-qtc/action.yml @@ -4,7 +4,7 @@ inputs: version: description: 'Qt Creator version' required: false - default: '9.0.1' + default: '11.0.3' runs: using: "composite" steps: -- cgit v1.2.3