@@ -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.
0 commit comments