Skip to content

Commit 888bb00

Browse files
build(deps): bump astral-sh/setup-uv from 6 to 7 (#5509)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' 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 a200a57 commit 888bb00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# workaround for the above, only available for 3.9
5757
- if: ${{ inputs.os == 'macos-latest' && contains(fromJSON('["3.9"]'), inputs.python-version) && inputs.python-architecture == 'x64' }}
5858
name: Set up Python ${{ inputs.python-version }}
59-
uses: astral-sh/setup-uv@v6
59+
uses: astral-sh/setup-uv@v7
6060
with:
6161
python-version: cpython-${{ inputs.python-version }}-macos-x86-64
6262

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
toolchain: ${{ matrix.rust }}
122122
targets: ${{ matrix.target }}
123123
components: clippy,rust-src
124-
- uses: astral-sh/setup-uv@v6
124+
- uses: astral-sh/setup-uv@v7
125125
- run: uvx nox -s clippy-all
126126
env:
127127
CARGO_BUILD_TARGET: ${{ matrix.target }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.event.inputs.version || github.ref }}
2424
persist-credentials: false
2525

26-
- uses: astral-sh/setup-uv@v6
26+
- uses: astral-sh/setup-uv@v7
2727

2828
- uses: rust-lang/crates-io-auth-action@v1
2929
id: auth

0 commit comments

Comments
 (0)