5555 uses : actions/checkout@v5
5656 - name : Setup Python Environment
5757 # see https://github.com/actions/setup-python
58- uses : actions/setup-python@v5
58+ uses : actions/setup-python@v6
5959 with :
6060 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
6161 - name : Install poetry
7878 uses : actions/checkout@v5
7979 - name : Setup Python Environment
8080 # see https://github.com/actions/setup-python
81- uses : actions/setup-python@v5
81+ uses : actions/setup-python@v6
8282 with :
8383 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
8484 - name : Install poetry
@@ -101,7 +101,7 @@ jobs:
101101 uses : actions/checkout@v5
102102 - name : Setup Python Environment
103103 # see https://github.com/actions/setup-python
104- uses : actions/setup-python@v5
104+ uses : actions/setup-python@v6
105105 with :
106106 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
107107 - name : Install poetry
@@ -134,7 +134,7 @@ jobs:
134134 uses : actions/checkout@v5
135135 - name : Setup Python Environment
136136 # see https://github.com/actions/setup-python
137- uses : actions/setup-python@v5
137+ uses : actions/setup-python@v6
138138 with :
139139 python-version : ${{ matrix.python-version }}
140140 - name : Install poetry
@@ -157,7 +157,7 @@ jobs:
157157 uses : actions/checkout@v5
158158 - name : Setup Python Environment
159159 # see https://github.com/actions/setup-python
160- uses : actions/setup-python@v5
160+ uses : actions/setup-python@v6
161161 with :
162162 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
163163 - name : Install poetry
@@ -190,7 +190,7 @@ jobs:
190190 uses : actions/checkout@v5
191191 - name : Setup Python Environment
192192 # see https://github.com/actions/setup-python
193- uses : actions/setup-python@v5
193+ uses : actions/setup-python@v6
194194 with :
195195 python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
196196 - name : Install self
@@ -235,7 +235,7 @@ jobs:
235235 run : mkdir ${{ env.REPORTS_DIR }}
236236 - name : Setup Python Environment
237237 # see https://github.com/actions/setup-python
238- uses : actions/setup-python@v5
238+ uses : actions/setup-python@v6
239239 with :
240240 python-version : ${{ matrix.python-version }}
241241 - name : craft PY_UT_ARGS
0 commit comments