File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v3
13
- - uses : actions/setup-python@v3
13
+ - uses : actions/setup-python@v4
14
+ with :
15
+ python-version : 3.x
14
16
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 17
17
name : Python sdist/wheel
18
18
steps :
19
19
- uses : actions/checkout@v3
20
- - uses : actions/setup-python@v3
20
+ - uses : actions/setup-python@v4
21
21
with :
22
22
python-version : " 3.10"
23
23
- name : Install dependencies
50
50
steps :
51
51
- uses : actions/checkout@v3
52
52
- name : Set up Python ${{ matrix.python-version }}
53
- uses : actions/setup-python@v3
53
+ uses : actions/setup-python@v4
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
- name : Install dependencies
72
72
runs-on : ubuntu-latest
73
73
needs : [dist]
74
74
steps :
75
- - uses : actions/setup-python@v3
75
+ - uses : actions/setup-python@v4
76
76
with :
77
77
python-version : " 3.10"
78
78
- uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments