File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- name : Set up Python ${{ matrix.python-version }}
16
16
uses : actions/setup-python@v4
17
17
with :
18
18
python-version : " 3.13"
19
- - name : Install UV
20
- uses : yezz123 /setup-uv@v4
19
+ - name : Install uv
20
+ uses : astral-sh /setup-uv@v6
21
21
- name : Install dependencies
22
22
run : |
23
- uv sync --group docs
23
+ UV_PROJECT_ENVIRONMENT=/usr/local uv sync --locked --group docs
24
24
- name : Build docs with MkDocs
25
25
run : |
26
26
make docs
27
27
- name : Check Markdown links
28
- uses : gaurav-nelson /github-action-markdown-link-check@v1
28
+ uses : tcort /github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change 14
14
uses : actions/setup-python@v4
15
15
with :
16
16
python-version : " 3.13"
17
- - name : Install UV
18
- uses : yezz123 /setup-uv@v4
17
+ - name : Install uv
18
+ uses : astral-sh /setup-uv@v6
19
19
- name : Get version from pyproject.toml
20
20
run : echo "VERSION=$(uv version --short)" >> $GITHUB_ENV
21
21
- uses : release-drafter/release-drafter@v5
Original file line number Diff line number Diff line change 18
18
uses : actions/setup-python@v4
19
19
with :
20
20
python-version : " 3.13"
21
- - name : Install UV
22
- uses : yezz123 /setup-uv@v4
21
+ - name : Install uv
22
+ uses : astral-sh /setup-uv@v6
23
23
- name : Install dependencies
24
24
run : uv sync
25
25
- name : Build distributions
Original file line number Diff line number Diff line change 21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
24
- - name : Install UV
25
- uses : yezz123 /setup-uv@v4
24
+ - name : Install uv
25
+ uses : astral-sh /setup-uv@v6
26
26
27
27
- name : Install dependencies
28
28
run : |
You can’t perform that action at this time.
0 commit comments