diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 37848eb94..e2965f611 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -62,7 +62,7 @@ jobs: - name: MyPy cache if: ${{ matrix.step == 'mypy' }} - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .mypy_cache/${{ env.py-semver }} key: mypy-${{ env.py-semver }}