From ef142d46cc1eb65dac1ced695cadde442347d791 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Sun, 11 Feb 2024 09:44:20 +0100 Subject: [PATCH] Update "jurplel/install-qt-action" to v4 Fix github-action warning: "Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: jurplel/install-qt-action/" --- .github/workflows/cmake.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index 78af1831..a7613b8e 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -55,7 +55,7 @@ jobs: run: pip3 install sphinx - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: arch: ${{matrix.winarch}} version: ${{matrix.qt}}