We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3f607 commit 06da966Copy full SHA for 06da966
.github/workflows/pylint.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
python-version: ["3.8", "3.9", "3.10"]
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- uses: psf/black@stable
16
- name: Set up Python ${{ matrix.python-version }}
17
uses: actions/setup-python@v2
.github/workflows/pytest.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
18
19
- name: Set up Python 3.10
20
21
with:
0 commit comments