We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a7494 commit 94ecbe4Copy full SHA for 94ecbe4
.github/workflows/python-lint-test.yml
@@ -15,12 +15,12 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- python-version: [3.7.1, 3.8.1, 3.9.1]
+ python-version: [3.7, 3.8, 3.9]
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies and Configure
0 commit comments