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.
2 parents e50a0dd + 2e825f4 commit 3e85af4Copy full SHA for 3e85af4
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v3
19
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
20
with:
21
python-version: '3.6'
22
- name: Install Flake8
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
- name: Install Python 3
23
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
24
25
python-version: 3.8
26
- name: Install dependencies
0 commit comments