From 51c6c1a587591e3f037a1bdb3a8cefe1ceccc91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:07:45 +0000 Subject: [PATCH] Bump astral-sh/setup-uv in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 10.0.1 to 10.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v10.0.1...v10.1.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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