@@ -184,7 +184,7 @@ jobs:
184184 - uses : actions/checkout@v5
185185
186186 - name : Setup Python ${{ matrix.python-version }}
187- uses : actions/setup-python@v5
187+ uses : actions/setup-python@v6
188188 with :
189189 python-version : ${{ matrix.python-version }}
190190 allow-prereleases : true
@@ -813,7 +813,7 @@ jobs:
813813 steps :
814814 - uses : actions/checkout@v5
815815
816- - uses : actions/setup-python@v5
816+ - uses : actions/setup-python@v6
817817 with :
818818 python-version : " 3.x"
819819
@@ -860,7 +860,7 @@ jobs:
860860 - uses : actions/checkout@v5
861861
862862 - name : Setup Python ${{ matrix.python }}
863- uses : actions/setup-python@v5
863+ uses : actions/setup-python@v6
864864 with :
865865 python-version : ${{ matrix.python }}
866866 architecture : x86
@@ -912,7 +912,7 @@ jobs:
912912 - uses : actions/checkout@v5
913913
914914 - name : Setup Python ${{ matrix.python }}
915- uses : actions/setup-python@v5
915+ uses : actions/setup-python@v6
916916 with :
917917 python-version : ${{ matrix.python }}
918918 architecture : x86
@@ -960,7 +960,7 @@ jobs:
960960 - uses : actions/checkout@v5
961961
962962 - name : Setup Python ${{ matrix.python }}
963- uses : actions/setup-python@v5
963+ uses : actions/setup-python@v6
964964 with :
965965 python-version : ${{ matrix.python }}
966966
@@ -1139,7 +1139,7 @@ jobs:
11391139 uses : egor-tensin/setup-clang@v1
11401140
11411141 - name : Setup Python ${{ matrix.python }}
1142- uses : actions/setup-python@v5
1142+ uses : actions/setup-python@v6
11431143 with :
11441144 python-version : ${{ matrix.python }}
11451145
0 commit comments