File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010
1111 - name : Install uv
12- uses : astral-sh/setup-uv@v2
12+ uses : astral-sh/setup-uv@v6
13+ with :
14+ version : " latest"
1315
1416 - name : pre-commit cache
1517 uses : actions/cache@v4
@@ -26,10 +28,12 @@ jobs:
2628 runs-on : ubuntu-latest
2729
2830 steps :
29- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3032
3133 - name : Install uv
32- uses : astral-sh/setup-uv@v2
34+ uses : astral-sh/setup-uv@v6
35+ with :
36+ version : " latest"
3337
3438 - name : Build package
3539 run : uv build
@@ -58,13 +62,15 @@ jobs:
5862 runs-on : ${{ matrix.os }}
5963
6064 steps :
61- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v5
6266
6367 - name : Install uv
64- uses : astral-sh/setup-uv@v2
68+ uses : astral-sh/setup-uv@v6
69+ with :
70+ version : " latest"
6571
6672 - name : Set up Python ${{ matrix.python-version }}
67- uses : actions/setup-python@v5
73+ uses : actions/setup-python@v6
6874 with :
6975 python-version : ${{ matrix.python-version }}
7076
You can’t perform that action at this time.
0 commit comments