File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
25
- - uses : actions/setup-python@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ${{ matrix.python }}
28
28
cache : pip
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- uses : actions/checkout@v4
51
- - uses : actions/setup-python@v4
51
+ - uses : actions/setup-python@v5
52
52
with :
53
53
python-version : " 3.x"
54
54
- name : lint
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
15
- - uses : actions/setup-python@v4
15
+ - uses : actions/setup-python@v5
16
16
with :
17
17
python-version : " 3.x"
18
18
cache : " pip"
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : actions/setup-python@v4
26
+ - uses : actions/setup-python@v5
27
27
with :
28
28
# NOTE: matrix.python is intentionally not used here.
29
29
python-version : " 3.x"
54
54
steps :
55
55
- uses : actions/checkout@v4
56
56
57
- - uses : actions/setup-python@v4
57
+ - uses : actions/setup-python@v5
58
58
with :
59
59
python-version : ${{ matrix.python }}
60
60
@@ -114,7 +114,7 @@ jobs:
114
114
steps :
115
115
- uses : actions/checkout@v4
116
116
117
- - uses : actions/setup-python@v4
117
+ - uses : actions/setup-python@v5
118
118
with :
119
119
python-version : ${{ matrix.python }}
120
120
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
24
- - uses : actions/setup-python@v4
24
+ - uses : actions/setup-python@v5
25
25
with :
26
26
python-version : " 3.x"
27
27
You can’t perform that action at this time.
0 commit comments