diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 33bb5cf..7bc7345 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.0.11 + uses: actions/cache@v3.2.0 with: path: ${{matrix.config.QT_INST_DIR}}/Qt key: ${{ runner.os }}${{ matrix.config.WIN_ARCH }}-qt-${{ env.QT_VERSION }}