CI: Upgrade actions/cache version

This commit is contained in:
SirLynix 2022-04-28 18:02:51 +02:00
parent 96a3629968
commit 97ab25f9ae
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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