diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 2a9cb157e..feaa24cf4 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -27,7 +27,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - cached: ${{ steps.cache-qt.outputs.cache-hit }} + cache: ${{ steps.cache-qt.outputs.cache-hit }} version: ${{ env.QT_VERSION }} - name: Install dependencies run: | diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index 1b4bfb2cd..344e5ae9c 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -31,7 +31,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - cached: ${{ steps.cache-qt.outputs.cache-hit }} + cache: ${{ steps.cache-qt.outputs.cache-hit }} version: ${{ env.QT_VERSION }} - name: Setup env variables id: envs diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 87a33fc2a..a797304cb 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -28,7 +28,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - cached: ${{ steps.cache-qt.outputs.cache-hit }} + cache: ${{ steps.cache-qt.outputs.cache-hit }} version: ${{ env.QT_VERSION }} - name: Setup env variables shell: bash