Skip to content

Commit 3c02931

Browse files
Update dependency astral-sh/uv to v0.11.3
1 parent 1fe1c5f commit 3c02931

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

.github/workflows/ci.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
- name: "Install uv"
292292
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
293293
with:
294-
version: "0.11.2"
294+
version: "0.11.3"
295295
enable-cache: "true"
296296
- name: ty mdtests (GitHub annotations)
297297
if: ${{ needs.determine_changes.outputs.ty == 'true' }}
@@ -350,7 +350,7 @@ jobs:
350350
- name: "Install uv"
351351
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
352352
with:
353-
version: "0.11.2"
353+
version: "0.11.3"
354354
enable-cache: "true"
355355
- name: "Run tests"
356356
run: cargo nextest run --cargo-profile profiling --all-features
@@ -384,7 +384,7 @@ jobs:
384384
- name: "Install uv"
385385
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
386386
with:
387-
version: "0.11.2"
387+
version: "0.11.3"
388388
enable-cache: "true"
389389
- name: "Run tests"
390390
run: |
@@ -491,7 +491,7 @@ jobs:
491491
persist-credentials: false
492492
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
493493
with:
494-
version: "0.11.2"
494+
version: "0.11.3"
495495
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
496496
with:
497497
shared-key: ruff-linux-debug
@@ -528,7 +528,7 @@ jobs:
528528
save-if: ${{ github.ref == 'refs/heads/main' }}
529529
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
530530
with:
531-
version: "0.11.2"
531+
version: "0.11.3"
532532
- name: "Install Rust toolchain"
533533
run: rustup component add rustfmt
534534
# Run all code generation scripts, and verify that the current output is
@@ -572,7 +572,7 @@ jobs:
572572
with:
573573
python-version: ${{ env.PYTHON_VERSION }}
574574
activate-environment: true
575-
version: "0.11.2"
575+
version: "0.11.3"
576576

577577
- name: "Install Rust toolchain"
578578
run: rustup show
@@ -684,7 +684,7 @@ jobs:
684684
persist-credentials: false
685685
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
686686
with:
687-
version: "0.11.2"
687+
version: "0.11.3"
688688
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
689689
with:
690690
save-if: ${{ github.ref == 'refs/heads/main' }}
@@ -745,7 +745,7 @@ jobs:
745745
persist-credentials: false
746746
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
747747
with:
748-
version: "0.11.2"
748+
version: "0.11.3"
749749
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
750750
with:
751751
save-if: ${{ github.ref == 'refs/heads/main' }}
@@ -798,7 +798,7 @@ jobs:
798798
persist-credentials: false
799799
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
800800
with:
801-
version: "0.11.2"
801+
version: "0.11.3"
802802
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
803803
with:
804804
node-version: 24
@@ -836,7 +836,7 @@ jobs:
836836
with:
837837
python-version: 3.13
838838
activate-environment: true
839-
version: "0.11.2"
839+
version: "0.11.3"
840840
- name: "Install dependencies"
841841
run: uv pip install -r docs/requirements.txt
842842
- name: "Update README File"
@@ -987,7 +987,7 @@ jobs:
987987
save-if: ${{ github.ref == 'refs/heads/main' }}
988988
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
989989
with:
990-
version: "0.11.2"
990+
version: "0.11.3"
991991

992992
- name: "Install Rust toolchain"
993993
run: rustup show
@@ -1071,7 +1071,7 @@ jobs:
10711071
persist-credentials: false
10721072
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
10731073
with:
1074-
version: "0.11.2"
1074+
version: "0.11.3"
10751075

10761076
- name: "Install codspeed"
10771077
uses: taiki-e/install-action@06203676c62f0d3c765be3f2fcfbebbcb02d09f5 # v2.69.6
@@ -1122,7 +1122,7 @@ jobs:
11221122
save-if: ${{ github.ref == 'refs/heads/main' }}
11231123
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
11241124
with:
1125-
version: "0.11.2"
1125+
version: "0.11.3"
11261126

11271127
- name: "Install Rust toolchain"
11281128
run: rustup show
@@ -1166,7 +1166,7 @@ jobs:
11661166

11671167
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
11681168
with:
1169-
version: "0.11.2"
1169+
version: "0.11.3"
11701170

11711171
- name: "Install codspeed"
11721172
uses: taiki-e/install-action@06203676c62f0d3c765be3f2fcfbebbcb02d09f5 # v2.69.6

.github/workflows/daily_fuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
3838
with:
39-
version: "0.11.2"
39+
version: "0.11.3"
4040
- name: "Install Rust toolchain"
4141
run: rustup show
4242
- name: "Install mold"

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Install uv"
2525
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2626
with:
27-
version: "0.11.2"
27+
version: "0.11.3"
2828
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2929
with:
3030
pattern: wheels-*

.github/workflows/sync_typeshed.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
git config --global user.email '<>'
7979
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
8080
with:
81-
version: "0.11.2"
81+
version: "0.11.3"
8282
- name: Sync typeshed stubs
8383
run: |
8484
rm -rf "ruff/${VENDORED_TYPESHED}"
@@ -134,7 +134,7 @@ jobs:
134134
ref: ${{ env.UPSTREAM_BRANCH}}
135135
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
136136
with:
137-
version: "0.11.2"
137+
version: "0.11.3"
138138
- name: Setup git
139139
run: |
140140
git config --global user.name typeshedbot
@@ -175,7 +175,7 @@ jobs:
175175
ref: ${{ env.UPSTREAM_BRANCH}}
176176
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
177177
with:
178-
version: "0.11.2"
178+
version: "0.11.3"
179179
- name: Setup git
180180
run: |
181181
git config --global user.name typeshedbot

.github/workflows/ty-ecosystem-analyzer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
5454
with:
5555
enable-cache: true
56-
version: "0.11.2"
56+
version: "0.11.3"
5757

5858
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
5959
with:

.github/workflows/ty-ecosystem-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
3636
with:
3737
enable-cache: true
38-
version: "0.11.2"
38+
version: "0.11.3"
3939

4040
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
4141
with:

0 commit comments

Comments
 (0)