From 7890363433e771d2ff505cf62840119a60859280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:34:46 +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.5.0 to 7.6.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/e06108dd0aef18192324c70427afc47652e63a82...37802adc94f370d6bfd71619e3f0bf239e1f3b78) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.6.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 880fb0b..e6ad77d 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: python-version: 3.14 activate-environment: "true" diff --git a/.github/workflows/pip_audit.yml b/.github/workflows/pip_audit.yml index e47979f..6a2b975 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: python-version: 3.13 activate-environment: "true" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2b08255..9be27b2 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: python-version: 3.14 activate-environment: "true" diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 4aaacfa..f8e9599 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.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 dcc8404..f517a78 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@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: python-version: ${{ matrix.python-version }} activate-environment: "true"