From 066ec974b1cd859ec9677c349d08a161b7dd0ec6 Mon Sep 17 00:00:00 2001 From: Sam Aaron Date: Fri, 4 Oct 2024 22:59:30 +0100 Subject: [PATCH] CI - bump action versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a8236c7d2..3e4954600a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,7 +91,7 @@ jobs: steps: # Get the code - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Install Ruby for the windows build - uses: ruby/setup-ruby@v1 @@ -125,7 +125,7 @@ jobs: # Get Qt - name: Install Qt 6 - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: modules: "qtpositioning qtwebchannel qtwebengine qtwebsockets" version: "6.7.0"