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