File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5555 run : echo "$GITHUB_CONTEXT"
5656 - uses : actions/checkout@v5
5757 - name : Set up Python
58- uses : actions/setup-python@v5
58+ uses : actions/setup-python@v6
5959 with :
6060 python-version : " 3.11"
6161 - name : Setup uv
Original file line number Diff line number Diff line change 2525 run : echo "$GITHUB_CONTEXT"
2626 - uses : actions/checkout@v5
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.11"
3131 - name : Setup uv
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v5
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.11"
3030 - name : Install build dependencies
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : actions/setup-python@v5
20+ - uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.9'
2323 - name : Setup uv
Original file line number Diff line number Diff line change 2424 run : echo "$GITHUB_CONTEXT"
2525 - uses : actions/checkout@v5
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.10"
3030 - name : Install build dependencies
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 : ${{ matrix.python-version }}
4747 - name : Setup uv
8888 runs-on : ubuntu-latest
8989 steps :
9090 - uses : actions/checkout@v5
91- - uses : actions/setup-python@v5
91+ - uses : actions/setup-python@v6
9292 with :
9393 python-version : ' 3.13'
9494 - name : Setup uv
You can’t perform that action at this time.
0 commit comments