From 04aa7409da5327bda1b1e023ee4858ab3a83cd21 Mon Sep 17 00:00:00 2001 From: Doug Massay Date: Thu, 4 Apr 2024 10:10:57 -0400 Subject: [PATCH] Update linux-build.yml --- .github/workflows/linux-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index d229efb..5cdaba0 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -40,11 +40,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache Qt id: cache-qt - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{runner.workspace}}/Qt key: ${{ runner.os }}-qtdeps-${{ hashFiles('**/reset-lin-caches.txt') }} @@ -52,7 +52,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: '6.5.2' + version: '6.6.2' dir: ${{runner.workspace}}/Qt modules: 'qtwebengine qtpositioning qt5compat qtpdf qtwebchannel' setup-python: 'true'