File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- uses : actions/checkout@v4
25
- - uses : actions/setup-python@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
27
python-version : " 3.x"
28
28
- run : pip install nox
58
58
59
59
steps :
60
60
- uses : actions/checkout@v4
61
- - uses : actions/setup-python@v4
61
+ - uses : actions/setup-python@v5
62
62
with :
63
63
python-version : " 3.x"
64
64
- name : Set up git credentials
82
82
83
83
steps :
84
84
- uses : actions/checkout@v4
85
- - uses : actions/setup-python@v4
85
+ - uses : actions/setup-python@v5
86
86
with :
87
87
python-version : " 3.x"
88
88
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
steps :
115
115
- uses : actions/checkout@v4
116
- - uses : actions/setup-python@v4
116
+ - uses : actions/setup-python@v5
117
117
with :
118
118
python-version : ${{ matrix.python }}
119
119
allow-prereleases : true
@@ -165,7 +165,7 @@ jobs:
165
165
166
166
steps :
167
167
- uses : actions/checkout@v4
168
- - uses : actions/setup-python@v4
168
+ - uses : actions/setup-python@v5
169
169
with :
170
170
python-version : ${{ matrix.python }}
171
171
@@ -216,7 +216,7 @@ jobs:
216
216
217
217
steps :
218
218
- uses : actions/checkout@v4
219
- - uses : actions/setup-python@v4
219
+ - uses : actions/setup-python@v5
220
220
with :
221
221
python-version : " 3.10"
222
222
Original file line number Diff line number Diff line change 19
19
environment : RTD Deploys
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : " 3.11"
25
25
- run : pip install httpx pyyaml rich
You can’t perform that action at this time.
0 commit comments