Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: actions/checkout@v7

- name: Install uv
uses: astral-sh/setup-uv@v10.0.1
uses: astral-sh/setup-uv@v10.1.0

- name: Read the MSRV from Cargo.toml
id: msrv
Expand Down Expand Up @@ -232,7 +232,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
Expand Down
Loading