File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
- black-check
33
33
steps :
34
34
- uses : actions/checkout@v3
35
- - uses : actions/setup-python@v3
35
+ - uses : actions/setup-python@v4
36
36
with :
37
37
python-version : 3.8
38
38
- run : |
Original file line number Diff line number Diff line change 39
39
# - examples
40
40
steps :
41
41
- uses : actions/checkout@v3
42
- - uses : actions/setup-python@v3
42
+ - uses : actions/setup-python@v4
43
43
with :
44
44
python-version : ${{ matrix.python }}
45
45
architecture : ${{ matrix.platform.architecture }}
61
61
- test-upstream-requirements-py37
62
62
steps :
63
63
- uses : actions/checkout@v3
64
- - uses : actions/setup-python@v3
64
+ - uses : actions/setup-python@v4
65
65
with :
66
66
python-version : 3.7
67
67
- run : |
82
82
- test-upstream-requirements-py311
83
83
steps :
84
84
- uses : actions/checkout@v3
85
- - uses : actions/setup-python@v3
85
+ - uses : actions/setup-python@v4
86
86
with :
87
87
python-version : " 3.11"
88
88
- run : |
You can’t perform that action at this time.
0 commit comments