diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b350b487a7..a3a2744d0f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -157,7 +157,7 @@ jobs: - name: Opus cache. id: cache-opus - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/opus key: ${{ runner.OS }}-opus-${{ env.CACHE_KEY }} @@ -202,7 +202,7 @@ jobs: - name: FFmpeg cache. id: cache-ffmpeg - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/ffmpeg-cache key: ${{ runner.OS }}-ffmpeg-${{ env.CACHE_KEY }} @@ -356,7 +356,7 @@ jobs: - name: OpenSSL cache. id: cache-openssl - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/openssl-cache key: ${{ runner.OS }}-${{ env.OPENSSL_VER }}-${{ env.CACHE_KEY }} @@ -412,7 +412,7 @@ jobs: - name: Qt 5.12.8 cache. id: cache-qt - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/qt-cache key: ${{ runner.OS }}-qt-${{ env.CACHE_KEY }}-${{ hashFiles('**/qt*_5_12_8/*') }} @@ -461,7 +461,7 @@ jobs: - name: Breakpad cache. id: cache-breakpad - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/breakpad-cache key: ${{ runner.OS }}-breakpad-${{ env.CACHE_KEY }} diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index dd6f9e04ef..0b4cecb3bc 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -133,7 +133,7 @@ jobs: - name: OpenSSL cache. id: cache-openssl - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/openssl_${{ env.OPENSSL_VER }} key: ${{ runner.OS }}-${{ env.OPENSSL_VER }}-${{ env.CACHE_KEY }} @@ -163,7 +163,7 @@ jobs: - name: Opus cache. id: cache-opus - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/opus key: ${{ runner.OS }}-opus-${{ env.CACHE_KEY }} @@ -185,7 +185,7 @@ jobs: - name: Libiconv cache. id: cache-libiconv - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/${{ env.LIBICONV_VER }} key: ${{ runner.OS }}-${{ env.LIBICONV_VER }}-${{ env.CACHE_KEY }} @@ -206,7 +206,7 @@ jobs: - name: FFmpeg cache. id: cache-ffmpeg - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/ffmpeg-cache key: ${{ runner.OS }}-ffmpeg-${{ env.CACHE_KEY }} @@ -362,7 +362,7 @@ jobs: - name: Crashpad cache. id: cache-crashpad - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/crashpad key: ${{ runner.OS }}-crashpad-${{ env.CACHE_KEY }}-${{ hashFiles('**/crashpad.diff') }}-${{ hashFiles('**/mini_chromium.diff') }} @@ -401,7 +401,7 @@ jobs: - name: Qt 5.12.8 cache. id: cache-qt - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/qt-cache key: ${{ runner.OS }}-qt-${{ env.CACHE_KEY }}-${{ hashFiles('**/qtbase_5_12_8/*') }} diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 763feb260c..be382a6a86 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -133,7 +133,7 @@ jobs: - name: OpenSSL cache. id: cache-openssl - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/openssl_${{ env.OPENSSL_VER }} key: ${{ runner.OS }}-${{ env.CACHE_KEY }}-${{ env.OPENSSL_VER }} @@ -177,7 +177,7 @@ jobs: - name: OpenAL Soft cache. id: cache-openal - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/openal-soft key: ${{ runner.OS }}-openal-soft-${{ env.CACHE_KEY }} @@ -201,7 +201,7 @@ jobs: - name: Breakpad cache. id: cache-breakpad - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/breakpad key: ${{ runner.OS }}-breakpad-${{ env.CACHE_KEY }}-${{ hashFiles('**/breakpad.diff') }} @@ -250,7 +250,7 @@ jobs: - name: Opus cache. id: cache-opus - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/opus key: ${{ runner.OS }}-opus-${{ env.CACHE_KEY }} @@ -269,7 +269,7 @@ jobs: - name: FFmpeg cache. id: cache-ffmpeg - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/ffmpeg key: ${{ runner.OS }}-ffmpeg-${{ env.CACHE_KEY }}-2-${{ hashFiles('**/build_ffmpeg_win.sh') }} @@ -291,7 +291,7 @@ jobs: - name: Qt 5.12.8 cache. id: cache-qt - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ${{ env.LibrariesPath }}/Qt-5.12.8 key: ${{ runner.OS }}-qt-${{ env.CACHE_KEY }}-${{ hashFiles('**/qtbase_5_12_8/*') }}