26262727 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2828 id : python
29- uses : actions/setup-python@v5.6 .0
29+ uses : actions/setup-python@v6.0 .0
3030 with :
3131 python-version : ${{ env.DEFAULT_PYTHON }}
3232 check-latest : true
93939494 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
9595 id : python
96- uses : actions/setup-python@v5.6 .0
96+ uses : actions/setup-python@v6.0 .0
9797 with :
9898 python-version : ${{ env.DEFAULT_PYTHON }}
9999 check-latest : true
@@ -129,7 +129,7 @@ jobs:
129129130130 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
131131 id : python
132- uses : actions/setup-python@v5.6 .0
132+ uses : actions/setup-python@v6.0 .0
133133 with :
134134 python-version : ${{ env.DEFAULT_PYTHON }}
135135 check-latest : true
@@ -156,7 +156,7 @@ jobs:
156156157157 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
158158 id : python
159- uses : actions/setup-python@v5.6 .0
159+ uses : actions/setup-python@v6.0 .0
160160 with :
161161 python-version : ${{ env.DEFAULT_PYTHON }}
162162 check-latest : true
@@ -188,7 +188,7 @@ jobs:
188188189189 - name : Set up Python ${{ matrix.python-version }}
190190 id : python
191- uses : actions/setup-python@v5.6 .0
191+ uses : actions/setup-python@v6.0 .0
192192 with :
193193 python-version : ${{ matrix.python-version }}
194194 allow-prereleases : true
0 commit comments