Skip to content

Commit 17cfb7c

Browse files
Bump astral-sh/setup-uv from 3 to 4 (#14)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 4. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v3...v4) --- 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 5d79a03 commit 17cfb7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
python-version: "3.13"
7979
architecture: ${{ matrix.python-architecture || 'x64' }}
8080
- name: Set up uv
81-
uses: astral-sh/setup-uv@v3
81+
uses: astral-sh/setup-uv@v4
8282
- name: Install dependencies
8383
run: uv pip install twine
8484
- name: Build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Set up uv
49-
uses: astral-sh/setup-uv@v3
49+
uses: astral-sh/setup-uv@v4
5050
- name: Set up Maturin
5151
run: |
5252
uv venv

0 commit comments

Comments
 (0)