File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313
1414 - name : Set up uv
1515 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414
1515 - name : Set up uv
1616 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 3434 id-token : write
3535
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838 with :
3939 fetch-depth : 0
4040 persist-credentials : false
5656
5757 steps :
5858 - name : Download packages built by build-and-inspect-python-package
59- uses : actions/download-artifact@v6
59+ uses : actions/download-artifact@v7
6060 with :
6161 name : Packages
6262 path : dist
7979
8080 steps :
8181 - name : Download packages built by build-and-inspect-python-package
82- uses : actions/download-artifact@v6
82+ uses : actions/download-artifact@v7
8383 with :
8484 name : Packages
8585 path : dist
Original file line number Diff line number Diff line change 2222 - windows-latest
2323 runs-on : ${{ matrix.os }}
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - name : Set up uv
2727 uses : astral-sh/setup-uv@v7
2828 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414
1515 - name : Set up uv
1616 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 2020 - windows-latest
2121 runs-on : ${{ matrix.os }}
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Set up Python ${{ matrix.python-version }}
2525 uses : actions/setup-python@v6
2626 with :
8686 apt-get update
8787 apt-get install -y make curl ca-certificates git
8888
89- - uses : actions/checkout@v5
89+ - uses : actions/checkout@v6
9090
9191 - name : Install UV globally
9292 run : |
Original file line number Diff line number Diff line change 11# License
22
3- Copyright (c) 2022-2024 , mxstack Contributors
3+ Copyright (c) 2022-2025 , mxstack Contributors
44
55All rights reserved.
66
You can’t perform that action at this time.
0 commit comments