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 d851c58 commit 720fe7fCopy full SHA for 720fe7f
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Set up Python 3.8
18
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
19
with:
20
python-version: "3.8"
21
- uses: pre-commit/[email protected]
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: Set up Python ${{ matrix.python-version }}
39
40
41
python-version: ${{ matrix.python-version }}
42
- name: Install dependencies
0 commit comments