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 b22eb58 commit 2074aeaCopy full SHA for 2074aea
.github/workflows/lib-checks.yml
@@ -83,7 +83,7 @@ jobs:
83
pip install -r requirements/dev.txt
84
- name: "Setup cache"
85
id: cache-pylint
86
- uses: actions/cache@v4
+ uses: actions/cache@v5
87
with:
88
path: .pylint.d
89
key: pylint
@@ -107,7 +107,7 @@ jobs:
107
108
109
id: cache-mypy
110
111
112
path: .mypy_cache
113
key: mypy
@@ -142,7 +142,7 @@ jobs:
142
143
144
id: cache-pytest
145
146
147
path: .pytest_cache
148
key: ${{ matrix.os }}-${{ matrix.python-version }}-pytest
0 commit comments