From 518d652b63ba7e4ec9e29ba97f28df73e9989adc Mon Sep 17 00:00:00 2001 From: Benjamin Owad Date: Sun, 19 May 2024 15:50:36 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef361d6..d8e7530d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Installing Qt on Github Actions workflows manually is the worst. You know what's easier than dealing with that? Just using this: ```yml - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 ``` All done.