File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.14'
2929
3030 - name : Install uv
31- uses : astral-sh/setup-uv@v3
31+ uses : astral-sh/setup-uv@v7
3232
3333 - name : Install dependencies
3434 run : |
Original file line number Diff line number Diff line change 2424 uses : astral-sh/setup-uv@v7
2525 with :
2626 python-version : ${{ matrix.python-version }}
27- version : 0.9.12
27+ version : 0.9.16
2828 enable-cache : true
2929 cache-dependency-glob : " uv.lock"
3030 - name : Install the project
Original file line number Diff line number Diff line change 4040 with :
4141 enable-cache : true
4242 cache-dependency-glob : " uv.lock"
43- version : 0.9.12
43+ version : 0.9.16
4444
4545 - name : Change Package Version
4646 run : |
You can’t perform that action at this time.
0 commit comments