diff --git a/.github/workflows/.lint.yml b/.github/workflows/.lint.yml index 2127167c82..85f07d87e9 100644 --- a/.github/workflows/.lint.yml +++ b/.github/workflows/.lint.yml @@ -524,7 +524,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Set up Qt - uses: jurplel/install-qt-action@v4.1.0 + uses: jurplel/install-qt-action@v4.1.1 with: version: 6.6.1 cache: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 303b33fa98..38e7129e46 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,7 +21,7 @@ jobs: cache: npm cache-dependency-path: package-lock.json - name: Set up Qt - uses: jurplel/install-qt-action@v4.1.0 + uses: jurplel/install-qt-action@v4.1.1 with: version: 6.6.1 cache: true