File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 sudo xcode-select --switch /Applications/Xcode_16.4.app
105105
106106 - name : Set up Python
107- uses : actions/setup-python@v6.0 .0
107+ uses : actions/setup-python@v6.1 .0
108108 with :
109109 # Appending -dev ensures that we can always build the dev release.
110110 # It's a no-op for versions that have been published.
@@ -158,7 +158,7 @@ jobs:
158158 merge-multiple : true
159159
160160 - name : Set up Python
161- uses : actions/setup-python@v6.0 .0
161+ uses : actions/setup-python@v6.1 .0
162162 with :
163163 # Appending -dev ensures that we can always build the dev release.
164164 # It's a no-op for versions that have been published.
@@ -215,7 +215,7 @@ jobs:
215215 sudo xcode-select --switch /Applications/Xcode_16.4.app
216216
217217 - name : Set up Python
218- uses : actions/setup-python@v6.0 .0
218+ uses : actions/setup-python@v6.1 .0
219219 with :
220220 # Appending -dev ensures that we can always build the dev release.
221221 # It's a no-op for versions that have been published.
@@ -271,7 +271,7 @@ jobs:
271271 merge-multiple : true
272272
273273 - name : Set up Python
274- uses : actions/setup-python@v6.0 .0
274+ uses : actions/setup-python@v6.1 .0
275275 with :
276276 # Appending -dev ensures that we can always build the dev release.
277277 # It's a no-op for versions that have been published.
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v6
1212
1313 - name : Set up Python environment
14- uses : actions/setup-python@v6.0 .0
14+ uses : actions/setup-python@v6.1 .0
1515 with :
1616 python-version : " 3.X"
1717
You can’t perform that action at this time.
0 commit comments