update cache version

This commit is contained in:
Siarhei Fedartsou 2022-08-22 18:13:11 +02:00 committed by GitHub
parent 996320820e
commit 40bc442283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -469,9 +469,9 @@ jobs:
uses: actions/cache@v2
with:
path: ${{github.workspace}}/test/cache
key: v2-test-${{ matrix.name }}-${{ github.sha }}
key: v3-test-${{ matrix.name }}-${{ github.sha }}
restore-keys: |
v2-test-${{ matrix.name }}-
v3-test-${{ matrix.name }}-
- name: Prepare environment
run: |