Skip to content

Commit d30d66c

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

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.event.pull_request.base.sha }}
2424
fetch-depth: 0
2525

26-
- uses: astral-sh/setup-uv@v5
26+
- uses: astral-sh/setup-uv@v6
2727
with:
2828
enable-cache: true
2929
cache-dependency-glob: pyproject.toml

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: 3.13
2929

30-
- uses: astral-sh/setup-uv@v5
30+
- uses: astral-sh/setup-uv@v6
3131

3232
- name: Omit local version for Test PyPI upload
3333
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

.github/workflows/plugin_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
python-version: ${{ matrix.pyv }}
4040

41-
- uses: astral-sh/setup-uv@v5
41+
- uses: astral-sh/setup-uv@v6
4242
with:
4343
enable-cache: true
4444
cache-dependency-glob: "**/pyproject.toml"

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-python@v5
3434
with:
3535
python-version: '3.13'
36-
- uses: astral-sh/setup-uv@v5
36+
- uses: astral-sh/setup-uv@v6
3737
with:
3838
enable-cache: true
3939
cache-dependency-glob: pyproject.toml
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/setup-python@v5
126126
with:
127127
python-version: ${{ matrix.pyv }}
128-
- uses: astral-sh/setup-uv@v5
128+
- uses: astral-sh/setup-uv@v6
129129
with:
130130
enable-cache: true
131131
cache-dependency-glob: pyproject.toml

0 commit comments

Comments
 (0)