1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python }}
2323 architecture : x64
4848 steps :
4949 - uses : actions/checkout@v5
5050 - name : Set up Python
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : ${{ matrix.python }}
5454 architecture : x64
8989 steps :
9090 - uses : actions/checkout@v5
9191 - name : Set up Python
92- uses : actions/setup-python@v5
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version : ${{ matrix.python }}
9595 architecture : x64
@@ -123,7 +123,7 @@ jobs:
123123 steps :
124124 - uses : actions/checkout@v5
125125 - name : Set up Python
126- uses : actions/setup-python@v5
126+ uses : actions/setup-python@v6
127127 with :
128128 python-version : ${{ matrix.python }}
129129 architecture : x64
@@ -149,7 +149,7 @@ jobs:
149149 steps :
150150 - uses : actions/checkout@v5
151151 - name : Set up Python
152- uses : actions/setup-python@v5
152+ uses : actions/setup-python@v6
153153 with :
154154 python-version : ${{ matrix.python }}
155155 architecture : x64
@@ -175,7 +175,7 @@ jobs:
175175 steps :
176176 - uses : actions/checkout@v5
177177 - name : Set up Python
178- uses : actions/setup-python@v5
178+ uses : actions/setup-python@v6
179179 with :
180180 python-version : ${{ matrix.python }}
181181 architecture : x64
@@ -209,7 +209,7 @@ jobs:
209209 steps :
210210 - uses : actions/checkout@v5
211211 - name : Set up Python
212- uses : actions/setup-python@v5
212+ uses : actions/setup-python@v6
213213 with :
214214 python-version : ${{ matrix.python }}
215215 architecture : x64
@@ -236,7 +236,7 @@ jobs:
236236 steps :
237237 - uses : actions/checkout@v5
238238 - name : Set up Python
239- uses : actions/setup-python@v5
239+ uses : actions/setup-python@v6
240240 with :
241241 python-version : ${{ matrix.python }}
242242 architecture : x64
0 commit comments