We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d8467 commit a5cde9bCopy full SHA for a5cde9b
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
# Use the lowest version of Python supported
20
python-version: "3.7"
21
22
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
23
with:
24
path: ~/.cache/pip
25
key: setup-python-${{ runner.os }}-mypy-pip-${{ hashFiles('**/setup.cfg') }}
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
31
python-version: ${{ matrix.python-version }}
32
33
34
35
36
key: setup-python-${{ runner.os }}-python-${{ matrix.python-version }}-pip-${{ hashFiles('**/setup.cfg') }}
0 commit comments