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 7846d20 commit 9a13585Copy full SHA for 9a13585
.github/workflows/main.yml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Restore mypy cache
75
if: matrix.task.name == 'Type check'
76
- uses: actions/cache@v3
+ uses: actions/cache@v4
77
with:
78
path: .mypy_cache
79
key: mypy-${{ env.CACHE_PREFIX }}-${{ runner.os }}-${{ matrix.python }}-${{ hashFiles('*requirements.txt') }}-${{ github.ref }}-${{ github.sha }}
0 commit comments