diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba233aa..3cda2dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: # a runner image refresh is the whole distance between that working and # not. `uv run --no-project` chooses instead of inheriting. - name: Install uv - uses: astral-sh/setup-uv@v10.0.1 + uses: astral-sh/setup-uv@v10.1.0 - name: Validate the catalog run: uv run --no-project scripts/validate.py @@ -81,7 +81,7 @@ jobs: # toolchain.toml and this runner did not have it, so `deps.sh check` # failed here first and named the tool. That is the manifest working. - name: Install uv - uses: astral-sh/setup-uv@v10.0.1 + uses: astral-sh/setup-uv@v10.1.0 # The same preflight a contributor runs, on the runner that is supposed to # satisfy it. A manifest nothing reads goes stale the first time a tool is @@ -184,7 +184,7 @@ jobs: # `language: python` hooks, and that copy is not on PATH -- which is what # this job failed on when the hooks moved off bare `python3`. - name: Install uv - uses: astral-sh/setup-uv@v10.0.1 + uses: astral-sh/setup-uv@v10.1.0 # The `rg` executable is no longer a dependency: the search stack is # linked into `uphold`, so there is nothing left to shell out to. A