We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7303795 commit 1441c28Copy full SHA for 1441c28
.github/workflows/ci-tests.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: MyPy cache
64
if: ${{ matrix.step == 'mypy' }}
65
- uses: actions/cache@v2
+ uses: actions/cache@v3
66
with:
67
path: .mypy_cache/${{ env.py-semver }}
68
key: mypy-${{ env.py-semver }}
0 commit comments