diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7e47b1db6..0252901e3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -99,7 +99,7 @@ jobs: # cheapest path to coverage on every PR that touches docker code. # --------------------------------------------------------------------- - name: Install uv (for docker tests) - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 8.2.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # 9.0.0 with: # Pinned: unpinned setup-uv fetches a 'latest' manifest from # raw.githubusercontent.com every job; transient fetch failures diff --git a/.github/workflows/e2e-desktop.yml b/.github/workflows/e2e-desktop.yml index 2749e7c29..f045d4603 100644 --- a/.github/workflows/e2e-desktop.yml +++ b/.github/workflows/e2e-desktop.yml @@ -55,7 +55,7 @@ jobs: # ── Python (for the hermes serve backend) ────────────────────────── - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 8.2.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # 9.0.0 with: # Pin the uv version: unpinned, setup-uv resolves "latest" by # fetching a manifest from raw.githubusercontent.com on EVERY job — diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7a49a6220..29281e16d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 # need full history for merge-base + worktree - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 8.2.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # 9.0.0 with: # Pinned: unpinned setup-uv fetches a 'latest' manifest from # raw.githubusercontent.com every job; transient fetch failures @@ -133,7 +133,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 8.2.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # 9.0.0 with: # Pinned: unpinned setup-uv fetches a 'latest' manifest from # raw.githubusercontent.com every job; transient fetch failures @@ -164,7 +164,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 8.2.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # 9.0.0 with: # Pinned: unpinned setup-uv fetches a 'latest' manifest from # raw.githubusercontent.com every job; transient fetch failures diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3888e8d44..ee16ac729 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,7 +72,7 @@ jobs: rg --version - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 8.2.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # 9.0.0 with: # Pin the uv version: unpinned, setup-uv resolves "latest" by # fetching a manifest from raw.githubusercontent.com on EVERY job — @@ -202,7 +202,7 @@ jobs: rg --version - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 8.2.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # 9.0.0 with: # Pin the uv version: unpinned, setup-uv resolves "latest" by # fetching a manifest from raw.githubusercontent.com on EVERY job — diff --git a/.github/workflows/uv-lockfile-check.yml b/.github/workflows/uv-lockfile-check.yml index 3349f9329..810202c11 100644 --- a/.github/workflows/uv-lockfile-check.yml +++ b/.github/workflows/uv-lockfile-check.yml @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 8.2.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # 9.0.0 with: # Pinned: unpinned setup-uv fetches a 'latest' manifest from # raw.githubusercontent.com every job; transient fetch failures