File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 name : Lint & Format
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
19- - uses : astral-sh/setup-uv@v4
20- with :
21- version : " latest"
19+ - uses : astral-sh/setup-uv@v8.1.0
2220
2321 - name : Set up Python
2422 run : uv python install 3.13
3634 name : Type Check
3735 runs-on : ubuntu-latest
3836 steps :
39- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v6
4038
41- - uses : astral-sh/setup-uv@v4
42- with :
43- version : " latest"
39+ - uses : astral-sh/setup-uv@v8.1.0
4440
4541 - name : Set up Python
4642 run : uv python install 3.13
5955 matrix :
6056 python-version : ["3.12", "3.13"]
6157 steps :
62- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v6
6359
64- - uses : astral-sh/setup-uv@v4
65- with :
66- version : " latest"
60+ - uses : astral-sh/setup-uv@v8.1.0
6761
6862 - name : Set up Python ${{ matrix.python-version }}
6963 run : uv python install ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 id-token : write
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 with :
3030 ref : ${{ inputs.version }}
3131 fetch-depth : 0
3232
3333 - name : Install uv
34- uses : astral-sh/setup-uv@v6.7 .0
34+ uses : astral-sh/setup-uv@v8.1 .0
3535
3636 - name : Install Python 3.12
3737 run : uv python install 3.12
4040 run : uv build
4141
4242 - name : Publish package distributions to PyPI
43- uses : pypa/gh-action-pypi-publish@release/v1
43+ uses : pypa/gh-action-pypi-publish@v1.14.0
You can’t perform that action at this time.
0 commit comments