update cache runner to v3

develop
Myk Taylor 2022-12-11 10:39:26 -08:00
parent f5f99f65e8
commit c13b3175fc
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

@ -58,12 +58,12 @@ jobs:
echo "DF_FOLDER=${HOME}/DF/${DF_VERSION}/df_linux" >> $GITHUB_ENV
echo "CCACHE_DIR=${HOME}/.ccache" >> $GITHUB_ENV
- name: Fetch DF cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/DF
key: dfcache-${{ steps.env_setup.outputs.df_version }}-${{ hashFiles('ci/download-df.sh') }}
- name: Fetch ccache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.ccache
key: ccache-v2-${{ matrix.os }}-gcc-${{ matrix.gcc }}-${{ github.ref_name }}-${{ github.sha }}