From 185d18dd82370a46cdde4412ad6a93b8522f6645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:09:38 +0000 Subject: [PATCH] MAINT: Bump astral-sh/setup-uv from 7.1.2 to 7.1.3 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.2 to 7.1.3. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41...5a7eac68fb9809dea845d802897dc5c723910fa3) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/mypy.yml | 2 +- .github/workflows/stubtest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 5fbc4afba8e9..0e9e63d53d1a 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -58,7 +58,7 @@ jobs: submodules: recursive fetch-tags: true persist-credentials: false - - uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 + - uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 with: python-version: ${{ matrix.os_python[1] }} activate-environment: true diff --git a/.github/workflows/stubtest.yml b/.github/workflows/stubtest.yml index f5b2fbfbbbae..43e60fae80b9 100644 --- a/.github/workflows/stubtest.yml +++ b/.github/workflows/stubtest.yml @@ -43,7 +43,7 @@ jobs: fetch-tags: true persist-credentials: false - - uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 + - uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 with: python-version: ${{ matrix.py }} activate-environment: true