From b318c9d2f6af864eca524621f2b0975727eea965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:15:11 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv in /.github/workflows 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/create_tag.yml | 2 +- .github/workflows/pip_audit.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/python_test.yml | 4 ++-- .github/workflows/third_party_checks.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create_tag.yml b/.github/workflows/create_tag.yml index ed803d8..2dcd895 100644 --- a/.github/workflows/create_tag.yml +++ b/.github/workflows/create_tag.yml @@ -21,7 +21,7 @@ jobs: token: ${{secrets.PUSH_TOKEN}} - name: Install uv and setup python - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: python-version: 3.14 activate-environment: "true" diff --git a/.github/workflows/pip_audit.yml b/.github/workflows/pip_audit.yml index 4e9d1ee..4f6a6ca 100644 --- a/.github/workflows/pip_audit.yml +++ b/.github/workflows/pip_audit.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Install uv and setup python - 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/publish.yml b/.github/workflows/publish.yml index d03a403..18be787 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: persist-credentials: false - name: Install uv and setup python - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: python-version: 3.14 activate-environment: "true" diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 939df35..1cdbf93 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Install uv and setup python - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: python-version: ${{ matrix.python-version }} activate-environment: "true" @@ -66,7 +66,7 @@ jobs: persist-credentials: false - name: Install uv and setup python - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: python-version: ${{ matrix.python-version }} activate-environment: "true" diff --git a/.github/workflows/third_party_checks.yml b/.github/workflows/third_party_checks.yml index 8532ae0..815a93b 100644 --- a/.github/workflows/third_party_checks.yml +++ b/.github/workflows/third_party_checks.yml @@ -27,7 +27,7 @@ jobs: ./validate_codecov_yml.sh - name: Install uv and setup python - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 + uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 with: python-version: ${{ matrix.python-version }} activate-environment: "true"