File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 uses : astral-sh/setup-uv@v6
2323
2424 - name : Install python 3.13
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.13"
2828
Original file line number Diff line number Diff line change 2525 uses : astral-sh/setup-uv@v6
2626
2727 - name : Install python 3.13
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.13"
3131
Original file line number Diff line number Diff line change 2727 uses : astral-sh/setup-uv@v6
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : " 3.13"
3333
Original file line number Diff line number Diff line change 3535 uses : astral-sh/setup-uv@v6
3636
3737 - name : Install python ${{ matrix.python-version }}
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141
@@ -107,7 +107,7 @@ jobs:
107107 uses : astral-sh/setup-uv@v6
108108
109109 - name : Install python 3.13
110- uses : actions/setup-python@v5
110+ uses : actions/setup-python@v6
111111 with :
112112 python-version : " 3.13"
113113
You can’t perform that action at this time.
0 commit comments