Skip to content

Commit df05736

Browse files
committed
Bump uv version in workflows to 0.11.18
1 parent c3e19e2 commit df05736

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
6666
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
67-
version: "0.11.4"
67+
version: "0.11.18"
6868
enable-cache: true
6969
cache-dependency-glob: |
7070
pyproject.toml

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3737
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
38-
version: "0.11.4"
38+
version: "0.11.18"
3939
- name: Extract release details
4040
id: release-details
4141
run: |

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3636
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
37-
version: "0.11.4"
37+
version: "0.11.18"
3838
enable-cache: false
3939
- name: Install GitHub Actions dependencies
4040
run: uv sync --locked --no-dev --group github-actions

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
5353
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
54-
version: "0.11.4"
54+
version: "0.11.18"
5555
cache-dependency-glob: |
5656
pyproject.toml
5757
uv.lock

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
4949
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
50-
version: "0.11.4"
50+
version: "0.11.18"
5151
- name: Prepare release
5252
env:
5353
PREPARE_RELEASE_BUMP: ${{ inputs.bump }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3939
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
40-
version: "0.11.4"
40+
version: "0.11.18"
4141
enable-cache: false
4242
- name: Build distribution
4343
run: uv build

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
2727
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
28-
version: "0.11.4"
28+
version: "0.11.18"
2929
cache-dependency-glob: |
3030
pyproject.toml
3131
uv.lock

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
6868
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
69-
version: "0.11.4"
69+
version: "0.11.18"
7070
enable-cache: true
7171
cache-dependency-glob: |
7272
pyproject.toml
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
111111
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
112-
version: "0.11.4"
112+
version: "0.11.18"
113113
enable-cache: true
114114
cache-dependency-glob: |
115115
pyproject.toml

0 commit comments

Comments
 (0)