From 2e935603b832ffc0a15ab3cca2586a8c25f70769 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 3 Sep 2024 11:30:33 +0200 Subject: [PATCH] Bump jurplel/install-qt-action to v4 (#816) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f91fb60d..edb83896 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: run: cargo build - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v4 with: version: '5.15.2'