Skip to content

Commit 7d1e1bd

Browse files
authored
Update linting.yml
1 parent 2eff65c commit 7d1e1bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
python-version: ["3.11"]
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -r requirements-ci.txt --quiet
24+
pip install -r requirements/requirements-ubuntu-latest_py{{ matrix.python-version }}_extras.txt --quiet
2525
python -m pip install types-requests
2626
- name: mypy
2727
run: |

0 commit comments

Comments
 (0)