File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4848 steps :
4949 - uses : actions/checkout@v5
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 id : sp
5353 with :
5454 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 4141 steps :
4242 - uses : actions/checkout@v5
4343 - name : Set up Python
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : " >=3.11" # for tomlib
4747 - name : Install uv
Original file line number Diff line number Diff line change 6565 with :
6666 node-version : 22
6767 - name : Set up Python ${{ matrix.python-version }}
68- uses : actions/setup-python@v5
68+ uses : actions/setup-python@v6
6969 id : sp
7070 with :
7171 python-version : ${{ matrix.python-version }}
@@ -127,7 +127,7 @@ jobs:
127127 with :
128128 node-version : 22
129129 - name : Set up Python ${{ matrix.python-version }}
130- uses : actions/setup-python@v5
130+ uses : actions/setup-python@v6
131131 id : sp
132132 with :
133133 python-version : ${{ matrix.python-version }}
@@ -192,7 +192,7 @@ jobs:
192192 with :
193193 node-version : 22
194194 - name : Set up Python ${{ matrix.python-version }}
195- uses : actions/setup-python@v5
195+ uses : actions/setup-python@v6
196196 id : sp
197197 with :
198198 python-version : ${{ matrix.python-version }}
@@ -233,7 +233,7 @@ jobs:
233233
234234 steps :
235235 - uses : actions/checkout@v5
236- - uses : actions/setup-python@v5
236+ - uses : actions/setup-python@v6
237237 id : sp
238238 with :
239239 python-version : ' 3.12'
You can’t perform that action at this time.
0 commit comments