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 fc7b104 commit a8c3ee5Copy full SHA for a8c3ee5
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
pip install -r requirements/dev.txt
22
- name: Setup cache
23
id: cache-pylint
24
- uses: actions/cache@v3
+ uses: actions/cache@v4
25
with:
26
path: .pylint.d
27
key: pylint
@@ -43,7 +43,7 @@ jobs:
43
44
45
id: cache-mypy
46
47
48
path: .mypy_cache
49
key: mypy
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
id: cache-pytest
38
39
40
path: .pytest_cache
41
key: ${{ matrix.os }}-${{ matrix.python-version }}-pytest
0 commit comments