Skip to content

Commit 23e095b

Browse files
authored
Merge pull request #692 from camunda-community-hub/renovate/astral-sh-uv-0.x
chore(deps): update dependency astral-sh/uv to v0.9.0
2 parents 85780a6 + 910c835 commit 23e095b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install uv
1818
uses: astral-sh/setup-uv@v7
1919
with:
20-
version: "0.8.18"
20+
version: "0.9.0"
2121
- name: Install the project
2222
run: uv sync --locked --all-extras --dev
2323
- name: Setup Pages

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install uv
1818
uses: astral-sh/setup-uv@v7
1919
with:
20-
version: "0.8.18"
20+
version: "0.9.0"
2121
- name: Install the project
2222
run: uv sync --locked --all-extras --dev
2323
- name: Lint with mypy
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install uv
3535
uses: astral-sh/setup-uv@v7
3636
with:
37-
version: "0.8.18"
37+
version: "0.9.0"
3838
- name: Install the project
3939
run: uv sync --locked --all-extras --dev
4040
- name: Check imports
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install uv
5252
uses: astral-sh/setup-uv@v7
5353
with:
54-
version: "0.8.18"
54+
version: "0.9.0"
5555
- name: Install the project
5656
run: uv sync --locked --all-extras --dev
5757
- name: Check imports

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v7
2020
with:
21-
version: "0.8.18"
21+
version: "0.9.0"
2222
- name: Build and publish
2323
env:
2424
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v7
2626
with:
27-
version: "0.8.18"
27+
version: "0.9.0"
2828
if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' && matrix.python-version != '3.8' }}
2929
- name: Install the project
3030
run: uv sync --locked --all-extras --dev
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install uv
6565
uses: astral-sh/setup-uv@v7
6666
with:
67-
version: "0.8.18"
67+
version: "0.9.0"
6868
- name: Install the project
6969
run: uv sync --locked --all-extras --dev
7070
- name: Sleep for 30 seconds
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install uv
8888
uses: astral-sh/setup-uv@v7
8989
with:
90-
version: "0.8.18"
90+
version: "0.9.0"
9191
- name: Install the project
9292
run: uv sync --locked --all-extras --dev
9393
- name: finish coveralls

0 commit comments

Comments
 (0)