File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 # Set fetch-depth: 0 to fetch all history for all branches and tags.
2020 fetch-depth : 0 # Needed for setuptools_scm to work correctly
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v5
22+ uses : astral-sh/setup-uv@v6
2323
2424 - name : Set up Python ${{ matrix.python-version }}
2525 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2222 # Set fetch-depth: 0 to fetch all history for all branches and tags.
2323 fetch-depth : 0 # Needed for setuptools_scm to work correctly
2424 - name : Install uv and set the python version
25- uses : astral-sh/setup-uv@v5
25+ uses : astral-sh/setup-uv@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 - name : Install the project
Original file line number Diff line number Diff line change 1717 # Set fetch-depth: 0 to fetch all history for all branches and tags.
1818 fetch-depth : 0 # Needed for setuptools_scm to work correctly
1919 - name : Install uv and set the python version
20- uses : astral-sh/setup-uv@v5
20+ uses : astral-sh/setup-uv@v6
2121 with :
2222 python-version : 3.13
2323 - name : Install the project
You can’t perform that action at this time.
0 commit comments