diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bc7345..bb37f8f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: - name: Cache Qt id: cache-qt - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.2.4 with: path: ${{matrix.config.QT_INST_DIR}}/Qt key: ${{ runner.os }}${{ matrix.config.WIN_ARCH }}-qt-${{ env.QT_VERSION }}