Skip to content

Commit 8cb0f02

Browse files
build(deps): bump astral-sh/setup-uv from 3 to 4 (#10634)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e75b06 commit 8cb0f02

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.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@v3
26+
- uses: astral-sh/setup-uv@v4
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.12
2929

30-
- uses: astral-sh/setup-uv@v3
30+
- uses: astral-sh/setup-uv@v4
3131
- run: uv pip install --upgrade setuptools_scm twine --system
3232

3333
- name: Force version for Test PyPI upload

.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@v3
41+
- uses: astral-sh/setup-uv@v4
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
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-python@v5
3232
with:
3333
python-version: '3.12'
34-
- uses: astral-sh/setup-uv@v3
34+
- uses: astral-sh/setup-uv@v4
3535
with:
3636
enable-cache: true
3737
cache-dependency-glob: pyproject.toml
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/setup-python@v5
8888
with:
8989
python-version: ${{ matrix.pyv }}
90-
- uses: astral-sh/setup-uv@v3
90+
- uses: astral-sh/setup-uv@v4
9191
with:
9292
enable-cache: true
9393
cache-dependency-glob: pyproject.toml

0 commit comments

Comments
 (0)