@@ -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
0 commit comments