File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
export RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
24
24
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
25
25
- name : Install uv
26
- uses : astral-sh/setup-uv@v5
26
+ uses : astral-sh/setup-uv@v6
27
27
- name : Check version tags
28
28
run : make release-check
29
29
- name : Set up Python
53
53
export RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
54
54
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION:1}" >> $GITHUB_ENV
55
55
- name : Install uv
56
- uses : astral-sh/setup-uv@v5
56
+ uses : astral-sh/setup-uv@v6
57
57
- name : Set up Python
58
58
uses : actions/setup-python@v5
59
59
with :
Original file line number Diff line number Diff line change 29
29
python-version : ${{ matrix.python-version }}
30
30
cache : ' pip'
31
31
- name : Install uv
32
- uses : astral-sh/setup-uv@v5
32
+ uses : astral-sh/setup-uv@v6
33
33
- name : Install ruff
34
34
run : pip install ruff
35
35
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments