Bump astral-sh/setup-uv from 10.0.1 to 10.1.0 (#2301) Bumps [astral-sh/setup-uv](https://github.com/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/20cfd1bf945f4377ade1205e4dbc17946fc9a30d...bec219d24cd3e171d82865faccec33120bb574f4) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index ffd4f24..4f1abc5 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml
@@ -18,7 +18,7 @@ with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: python-version: 3.12 - name: Run pre-commit checks
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c322b33..78518c5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml
@@ -52,7 +52,7 @@ with: python-version: "3.12" - name: Install the latest version of uv - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: enable-cache: false