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 14c3609 commit c76a39cCopy full SHA for c76a39c
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Check SDist
21
steps:
22
- uses: actions/checkout@v3
23
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
24
with:
25
python-version: 3.x
26
- uses: pre-commit/[email protected]
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
python-version: ${{ matrix.python-version }}
47
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
python-version: 3.8.8
78
0 commit comments