|
|
@@ -71,7 +71,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
- - uses: actions/setup-python@v2
|
|
|
+ - uses: actions/setup-python@v4
|
|
|
with:
|
|
|
python-version: 3.6
|
|
|
|
|
|
@@ -102,7 +102,7 @@ jobs:
|
|
|
cache_key: ${{ matrix.os }}
|
|
|
|
|
|
- name: Prepare ccache
|
|
|
- uses: actions/cache@v1
|
|
|
+ uses: actions/cache@v3
|
|
|
with:
|
|
|
path: ~/.ccache
|
|
|
key: firestore-ccache-${{ runner.os }}-${{ github.sha }}
|
|
|
@@ -110,7 +110,7 @@ jobs:
|
|
|
firestore-ccache-${{ runner.os }}-
|
|
|
|
|
|
- name: Cache Mint packages
|
|
|
- uses: actions/cache@v1
|
|
|
+ uses: actions/cache@v3
|
|
|
with:
|
|
|
path: ${{ env.MINT_PATH }}
|
|
|
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
|
|
|
@@ -146,7 +146,7 @@ jobs:
|
|
|
cache_key: ${{ matrix.os }}
|
|
|
|
|
|
- name: Prepare ccache
|
|
|
- uses: actions/cache@v1
|
|
|
+ uses: actions/cache@v3
|
|
|
with:
|
|
|
path: ~/.ccache
|
|
|
key: firestore-ccache-${{ runner.os }}-${{ matrix.sanitizer }}-${{ github.sha }}
|