diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4febf3da4..5c3c1d9b7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -56,7 +56,7 @@ jobs: # Cache xmake dependencies - name: Retrieve cached xmake dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r4 diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 312ce44ec..0cfad4987 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -56,7 +56,7 @@ jobs: # Cache xmake dependencies - name: Retrieve cached xmake dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r4 diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index e7e46b4f0..96dec4d70 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -50,7 +50,7 @@ jobs: # Cache xmake dependencies - name: Retrieve cached xmake dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages key: macOS-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r4 diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index df46b2ef3..a273b46a7 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -47,7 +47,7 @@ jobs: # Cache xmake build - name: Retrieve cached xmake build - uses: actions/cache@v2 + uses: actions/cache@v3 id: xmake_cache with: path: ${{ runner.workspace }}/xmake_git @@ -78,7 +78,7 @@ jobs: # Cache xmake dependencies - name: Retrieve cached xmake dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages key: MinGW-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r4 diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index ba0a9d552..dd87a1aa4 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -50,7 +50,7 @@ jobs: # Cache xmake dependencies - name: Retrieve cached xmake dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages key: MSVC-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-r4