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 43
43
fetch-depth : 5
44
44
45
45
- name : Set up Python 3
46
- uses : actions/setup-python@v5.1.0
46
+ uses : actions/setup-python@v5.1.1
47
47
with :
48
48
python-version : ' 3'
49
49
@@ -104,7 +104,7 @@ jobs:
104
104
fetch-depth : 5
105
105
106
106
- name : Set up Python 3
107
- uses : actions/setup-python@v5.1.0
107
+ uses : actions/setup-python@v5.1.1
108
108
with :
109
109
python-version : ' 3'
110
110
@@ -157,7 +157,7 @@ jobs:
157
157
fetch-depth : 5
158
158
159
159
- name : Set up Python 3
160
- uses : actions/setup-python@v5.1.0
160
+ uses : actions/setup-python@v5.1.1
161
161
with :
162
162
python-version : ' 3'
163
163
@@ -191,7 +191,7 @@ jobs:
191
191
fetch-depth : 5
192
192
193
193
- name : Set up Python 3
194
- uses : actions/setup-python@v5.1.0
194
+ uses : actions/setup-python@v5.1.1
195
195
with :
196
196
python-version : ' 3'
197
197
@@ -224,7 +224,7 @@ jobs:
224
224
uses : actions/checkout@v4.1.7
225
225
226
226
- name : Set up Python 3
227
- uses : actions/setup-python@v5.1.0
227
+ uses : actions/setup-python@v5.1.1
228
228
with :
229
229
python-version : ' 3'
230
230
Original file line number Diff line number Diff line change 59
59
path : cpython
60
60
61
61
- name : Set up Python 3
62
- uses : actions/setup-python@v5.1.0
62
+ uses : actions/setup-python@v5.1.1
63
63
with :
64
64
python-version : ' 3'
65
65
cache : ' pip'
@@ -178,7 +178,7 @@ jobs:
178
178
path : ${{ matrix.branch }}
179
179
180
180
- name : Set up Python 3
181
- uses : actions/setup-python@v5.1.0
181
+ uses : actions/setup-python@v5.1.1
182
182
with :
183
183
python-version : ' 3'
184
184
cache : ' pip'
You can’t perform that action at this time.
0 commit comments