We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbab84 commit 32e894cCopy full SHA for 32e894c
1 file changed
.github/workflows/lint.yml
@@ -4,16 +4,16 @@ on: [push, pull_request]
4
5
jobs:
6
format:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
8
strategy:
9
matrix:
10
- python-version: [3.9]
+ python-version: ["3.10"]
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
15
- name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
17
with:
18
python-version: ${{ matrix.python-version }}
19
0 commit comments