@@ -184,7 +184,7 @@ jobs:
184
184
- uses : actions/checkout@v5
185
185
186
186
- name : Setup Python ${{ matrix.python-version }}
187
- uses : actions/setup-python@v5
187
+ uses : actions/setup-python@v6
188
188
with :
189
189
python-version : ${{ matrix.python-version }}
190
190
allow-prereleases : true
@@ -813,7 +813,7 @@ jobs:
813
813
steps :
814
814
- uses : actions/checkout@v5
815
815
816
- - uses : actions/setup-python@v5
816
+ - uses : actions/setup-python@v6
817
817
with :
818
818
python-version : " 3.x"
819
819
@@ -860,7 +860,7 @@ jobs:
860
860
- uses : actions/checkout@v5
861
861
862
862
- name : Setup Python ${{ matrix.python }}
863
- uses : actions/setup-python@v5
863
+ uses : actions/setup-python@v6
864
864
with :
865
865
python-version : ${{ matrix.python }}
866
866
architecture : x86
@@ -912,7 +912,7 @@ jobs:
912
912
- uses : actions/checkout@v5
913
913
914
914
- name : Setup Python ${{ matrix.python }}
915
- uses : actions/setup-python@v5
915
+ uses : actions/setup-python@v6
916
916
with :
917
917
python-version : ${{ matrix.python }}
918
918
architecture : x86
@@ -960,7 +960,7 @@ jobs:
960
960
- uses : actions/checkout@v5
961
961
962
962
- name : Setup Python ${{ matrix.python }}
963
- uses : actions/setup-python@v5
963
+ uses : actions/setup-python@v6
964
964
with :
965
965
python-version : ${{ matrix.python }}
966
966
@@ -1139,7 +1139,7 @@ jobs:
1139
1139
uses : egor-tensin/setup-clang@v1
1140
1140
1141
1141
- name : Setup Python ${{ matrix.python }}
1142
- uses : actions/setup-python@v5
1142
+ uses : actions/setup-python@v6
1143
1143
with :
1144
1144
python-version : ${{ matrix.python }}
1145
1145
0 commit comments