Skip to content

Commit 0e83f29

Browse files
build(deps): bump astral-sh/setup-uv from 4 to 5 (#48)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0094806 commit 0e83f29

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: [ubuntu-latest]
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: astral-sh/setup-uv@v4
22+
- uses: astral-sh/setup-uv@v5
2323
with:
2424
version: ${{ env.UV_VERSION }}
2525
- run: make build

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: astral-sh/setup-uv@v4
18+
- uses: astral-sh/setup-uv@v5
1919
with:
2020
version: ${{ env.UV_VERSION }}
2121
- name: Build docker image

.github/workflows/style.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ env.PYTHON_VERSION }}
2121
architecture: x64
22-
- uses: astral-sh/setup-uv@v4
22+
- uses: astral-sh/setup-uv@v5
2323
with:
2424
version: ${{ env.UV_VERSION }}
2525
- name: Run ruff
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: ${{ env.PYTHON_VERSION }}
3838
architecture: x64
39-
- uses: astral-sh/setup-uv@v4
39+
- uses: astral-sh/setup-uv@v5
4040
with:
4141
version: ${{ env.UV_VERSION }}
4242
- name: Run mypy
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
5555
architecture: x64
56-
- uses: astral-sh/setup-uv@v4
56+
- uses: astral-sh/setup-uv@v5
5757
with:
5858
version: ${{ env.UV_VERSION }}
5959
- name: Run pre-commit hooks

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: ${{ env.PYTHON_VERSION }}
3030
architecture: x64
31-
- uses: astral-sh/setup-uv@v4
31+
- uses: astral-sh/setup-uv@v5
3232
with:
3333
version: ${{ env.UV_VERSION }}
3434
- name: Run dependency sync checker

0 commit comments

Comments
 (0)