From 04e7201c9d17513363622f382aff27b1adb50b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:10:14 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 7.3.1 to 7.4.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/5a095e7a2014a4212f075830d4f7277575a9d098...6ee6290f1cbc4156c0bdd66691b2c144ef8df19a) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_build_linux.yml | 2 +- .github/workflows/_build_macos.yml | 2 +- .github/workflows/_upload_index.yml | 2 +- .github/workflows/linting.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_build_linux.yml b/.github/workflows/_build_linux.yml index 3e4aa539..f8bcadd1 100644 --- a/.github/workflows/_build_linux.yml +++ b/.github/workflows/_build_linux.yml @@ -68,7 +68,7 @@ jobs: tool-cache: true - name: Set up uv - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: # NOTE: This is a version used for cibuildwheel but not for wheels. python-version: '3.11' diff --git a/.github/workflows/_build_macos.yml b/.github/workflows/_build_macos.yml index 13de9f12..d07f1188 100644 --- a/.github/workflows/_build_macos.yml +++ b/.github/workflows/_build_macos.yml @@ -43,7 +43,7 @@ jobs: submodules: recursive - name: Set up uv - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: # NOTE: This is a version used for cibuildwheel but not for wheels. python-version: '3.11' diff --git a/.github/workflows/_upload_index.yml b/.github/workflows/_upload_index.yml index efd45e5f..81f02840 100644 --- a/.github/workflows/_upload_index.yml +++ b/.github/workflows/_upload_index.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v6 - name: Set up uv - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: python-version: '3.13' activate-environment: true diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 962237a9..2cb5a009 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Set up uv - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: python-version: '3.10' activate-environment: true