Skip to content

Commit c4e8509

Browse files
build(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.1
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 9.0.0 to 10.0.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v9.0.0...v10.0.1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91158ce commit c4e8509

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build_executable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v7
2525
- name: Set up uv
26-
uses: astral-sh/setup-uv@v9.0.0
26+
uses: astral-sh/setup-uv@v10.0.1
2727
with:
2828
python-version: "3.14"
2929
# Single-binary release (~ 300 MB). Bundles the CLI entry point
@@ -113,7 +113,7 @@ jobs:
113113
key: gliner-multi-v2.1
114114
- name: Set up uv
115115
if: steps.cache.outputs.cache-hit != 'true'
116-
uses: astral-sh/setup-uv@v9.0.0
116+
uses: astral-sh/setup-uv@v10.0.1
117117
with:
118118
python-version: "3.14"
119119
- name: Download model

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v7
1212
- name: Set up uv
13-
uses: astral-sh/setup-uv@v9.0.0
13+
uses: astral-sh/setup-uv@v10.0.1
1414
with:
1515
python-version: 3.14
1616
- name: Run Tests and Record Coverage

.github/workflows/dev_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v7
1818
- name: Set up uv
19-
uses: astral-sh/setup-uv@v9.0.0
19+
uses: astral-sh/setup-uv@v10.0.1
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Sync the Dev Dependency Group

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v7
2525
- name: Set up uv
26-
uses: astral-sh/setup-uv@v9.0.0
26+
uses: astral-sh/setup-uv@v10.0.1
2727
with:
2828
python-version: 3.14
2929
- name: ${{ matrix.tool }} Code Formatter

.github/workflows/packaging_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v7
1212
- name: Set up uv
13-
uses: astral-sh/setup-uv@v9.0.0
13+
uses: astral-sh/setup-uv@v10.0.1
1414
with:
1515
python-version: 3.14
1616
- name: Build wheel and source distribution

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v7
3333
- name: Set up uv
34-
uses: astral-sh/setup-uv@v9.0.0
34+
uses: astral-sh/setup-uv@v10.0.1
3535
with:
3636
python-version: "3.14"
3737
- name: Run the Unit Tests
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v7
6464
- name: Set up uv
65-
uses: astral-sh/setup-uv@v9.0.0
65+
uses: astral-sh/setup-uv@v10.0.1
6666
with:
6767
python-version: "3.14"
6868
- name: Build wheel and source distribution

.github/workflows/pythonlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v7
2626
- name: Set up uv
27-
uses: astral-sh/setup-uv@v9.0.0
27+
uses: astral-sh/setup-uv@v10.0.1
2828
with:
2929
python-version: 3.14
3030
- name: Run ${{ matrix.group }}

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v7
1717
- name: Set up uv
18-
uses: astral-sh/setup-uv@v9.0.0
18+
uses: astral-sh/setup-uv@v10.0.1
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run the Unit Tests
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v7
3434
- name: Set up uv
35-
uses: astral-sh/setup-uv@v9.0.0
35+
uses: astral-sh/setup-uv@v10.0.1
3636
with:
3737
python-version: "3.12"
3838
- name: Restore GLiNER model cache

0 commit comments

Comments
 (0)