Bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#2160) Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.6.0 to 8.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/37802adc94f370d6bfd71619e3f0bf239e1f3b78...cec208311dfd045dd5311c1add060b2062131d57) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 dae8833..787003b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml
@@ -15,7 +15,7 @@ with: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 with: python-version: 3.12 - name: Run pre-commit checks
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7627f01..4db2fcf 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml
@@ -47,7 +47,7 @@ with: python-version: "3.12" - name: Install the latest version of uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - name: Build wheels on ${{ matrix.os }} using cibuildwheel uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0