From 6b261ab079d5586c8cb6848d6a546ee4957758d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:44:38 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...fac544c07dec837d0ccb6301d7b5580bf5edae39) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/commit.yaml | 2 +- .github/workflows/workflow-quality.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 047c3c9c..ea9f1d2b 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 2 persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: ${{ env.UV_VERSION }} - name: Commitizen check diff --git a/.github/workflows/workflow-quality.yaml b/.github/workflows/workflow-quality.yaml index 412971d4..8155f0ac 100644 --- a/.github/workflows/workflow-quality.yaml +++ b/.github/workflows/workflow-quality.yaml @@ -31,7 +31,7 @@ jobs: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: version: ${{ env.UV_VERSION }}