From 705bea323dee6b03f94400aa54775a91d3362817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:43:26 +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.5.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/5a095e7a2014a4212f075830d4f7277575a9d098...e06108dd0aef18192324c70427afc47652e63a82) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.5.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..880fb0b 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.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..e47979f 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: python-version: 3.13 activate-environment: "true" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d03a403..2b08255 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.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..4aaacfa 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.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..dcc8404 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: python-version: ${{ matrix.python-version }} activate-environment: "true"