Update actions/cache from v2.1.7 to v3

This commit is contained in:
WarmUpTill
2022-08-23 20:34:05 +02:00
committed by WarmUpTill
parent c9820e77d8
commit 954b634aa5

View File

@@ -111,7 +111,7 @@ jobs:
- name: Restore Compilation Cache
id: ccache-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/.ccache
key: macos-${{ matrix.arch }}-ccache-plugin-${{ steps.setup.outputs.ccacheDate }}
@@ -211,7 +211,7 @@ jobs:
- name: Restore Compilation Cache
id: ccache-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/.ccache
key: linux-${{ matrix.arch }}-ccache-plugin-${{ steps.setup.outputs.ccacheDate }}