5353 name : pyproject-toml
5454
5555 - name : Install Python
56- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
56+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
5757 with :
5858 python-version : ${{ matrix.python }}
5959
9494 name : pyproject-toml
9595
9696 - name : Install Python
97- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
97+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
9898 id : setup-python
9999 with :
100100 python-version : ${{ matrix.python }}
@@ -133,7 +133,7 @@ jobs:
133133 name : pyproject-toml
134134
135135 - name : Install Python
136- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
136+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
137137 id : setup-python
138138 with :
139139 python-version : ${{ matrix.python }}
@@ -160,7 +160,7 @@ jobs:
160160 persist-credentials : false
161161
162162 - name : Install Python
163- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
163+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
164164 with :
165165 python-version : ${{ env.PYTHON_VERSION }}
166166
@@ -193,7 +193,7 @@ jobs:
193193 - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
194194
195195 - name : Install Python
196- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
196+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
197197 with :
198198 python-version : ${{ env.PYTHON_VERSION }}
199199
@@ -230,7 +230,7 @@ jobs:
230230 cache-dependency-glob : " uv.lock"
231231
232232 - name : Install Python
233- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
233+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
234234 with :
235235 python-version : ${{ env.PYTHON_VERSION }}
236236
0 commit comments