We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a15db0 commit 284bb9dCopy full SHA for 284bb9d
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
restore-keys: |
36
pip-lint-
37
- name: Install dependencies
38
- uses: py-actions/py-dependency-install@v3
+ uses: py-actions/py-dependency-install@v4
39
with:
40
path: requirements/lint.txt
41
- name: Run linters
@@ -96,7 +96,7 @@ jobs:
96
97
pip-ci-${{ runner.os }}-${{ matrix.pyver }}-{{ matrix.no-extensions }}-
98
99
100
101
path: requirements/ci.txt
102
env:
0 commit comments