File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
fetch-depth : 5
42
42
43
43
- name : Set up Python 3
44
- uses : actions/setup-python@v4.7.0
44
+ uses : actions/setup-python@v4.7.1
45
45
with :
46
46
python-version : ' 3'
47
47
@@ -100,7 +100,7 @@ jobs:
100
100
fetch-depth : 5
101
101
102
102
- name : Set up Python 3
103
- uses : actions/setup-python@v4.7.0
103
+ uses : actions/setup-python@v4.7.1
104
104
with :
105
105
python-version : ' 3'
106
106
@@ -150,7 +150,7 @@ jobs:
150
150
fetch-depth : 5
151
151
152
152
- name : Set up Python 3
153
- uses : actions/setup-python@v4.7.0
153
+ uses : actions/setup-python@v4.7.1
154
154
with :
155
155
python-version : ' 3'
156
156
@@ -181,7 +181,7 @@ jobs:
181
181
fetch-depth : 5
182
182
183
183
- name : Set up Python 3
184
- uses : actions/setup-python@v4.7.0
184
+ uses : actions/setup-python@v4.7.1
185
185
with :
186
186
python-version : ' 3'
187
187
Original file line number Diff line number Diff line change 64
64
path : cpython
65
65
66
66
- name : Set up Python 3
67
- uses : actions/setup-python@v4.7.0
67
+ uses : actions/setup-python@v4.7.1
68
68
with :
69
69
python-version : ' 3'
70
70
cache : ' pip'
@@ -183,7 +183,7 @@ jobs:
183
183
path : ${{ matrix.branch }}
184
184
185
185
- name : Set up Python 3
186
- uses : actions/setup-python@v4.7.0
186
+ uses : actions/setup-python@v4.7.1
187
187
with :
188
188
python-version : ' 3'
189
189
cache : ' pip'
You can’t perform that action at this time.
0 commit comments