File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 sudo xcode-select --switch /Applications/Xcode_16.4.app
111111
112112 - name : Set up Python
113- uses : actions/setup-python@v6.1 .0
113+ uses : actions/setup-python@v6.2 .0
114114 with :
115115 # Appending -dev ensures that we can always build the dev release.
116116 # It's a no-op for versions that have been published.
@@ -164,7 +164,7 @@ jobs:
164164 merge-multiple : true
165165
166166 - name : Set up Python
167- uses : actions/setup-python@v6.1 .0
167+ uses : actions/setup-python@v6.2 .0
168168 with :
169169 # Appending -dev ensures that we can always build the dev release.
170170 # It's a no-op for versions that have been published.
@@ -222,7 +222,7 @@ jobs:
222222 sudo xcode-select --switch /Applications/Xcode_16.4.app
223223
224224 - name : Set up Python
225- uses : actions/setup-python@v6.1 .0
225+ uses : actions/setup-python@v6.2 .0
226226 with :
227227 # Appending -dev ensures that we can always build the dev release.
228228 # It's a no-op for versions that have been published.
@@ -278,7 +278,7 @@ jobs:
278278 merge-multiple : true
279279
280280 - name : Set up Python
281- uses : actions/setup-python@v6.1 .0
281+ uses : actions/setup-python@v6.2 .0
282282 with :
283283 # Appending -dev ensures that we can always build the dev release.
284284 # 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.1 .0
14+ uses : actions/setup-python@v6.2 .0
1515 with :
1616 python-version : " 3.X"
1717
You can’t perform that action at this time.
0 commit comments