From 469e20b48c3c2fe30366a2540ecf616fa88fdaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:53:18 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 8.1.0 to 9.0.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...c771a70e6277c0a99b617c7a806ffedaca235ff9) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/model-artifact-smoke.yml | 2 +- .github/workflows/quality.yml | 2 +- .github/workflows/release-image.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/model-artifact-smoke.yml b/.github/workflows/model-artifact-smoke.yml index 206385c..bbd71a9 100644 --- a/.github/workflows/model-artifact-smoke.yml +++ b/.github/workflows/model-artifact-smoke.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: Set up uv and Python - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: version: "0.11.30" python-version: "3.11" diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index ad4ee89..830c59b 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: Set up uv and Python - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: version: "0.11.30" python-version: "3.11" diff --git a/.github/workflows/release-image.yml b/.github/workflows/release-image.yml index 2f02d8c..88d9382 100644 --- a/.github/workflows/release-image.yml +++ b/.github/workflows/release-image.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 - name: Set up uv and Python - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: version: "0.11.30" python-version: "3.11"