From ac5c792599a934f472d4d667d49be87dbdd02fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:42:59 +0000 Subject: [PATCH] chore: bump astral-sh/setup-uv in the github-actions-all group Bumps the github-actions-all group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 10.0.0 to 10.0.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v10.0.0...v10.0.1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/pyci.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyci.yml b/.github/workflows/pyci.yml index 827bed5..c4ae958 100644 --- a/.github/workflows/pyci.yml +++ b/.github/workflows/pyci.yml @@ -17,7 +17,7 @@ jobs: # setup-python не нужен: версию питона держит .python-version, и uv сам # ставит её при первом `uv sync`. Единый источник версии, поэтому раннер # и образ кита не могут разойтись. - - uses: astral-sh/setup-uv@v10.0.0 + - uses: astral-sh/setup-uv@v10.0.1 - name: Install run: make install diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e17ca4d..167ccb9 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v7 if: ${{ steps.release.outputs.release_created }} - - uses: astral-sh/setup-uv@v10.0.0 + - uses: astral-sh/setup-uv@v10.0.1 if: ${{ steps.release.outputs.release_created }} - name: Publish to PyPI