From a6c217f79ae93aede53ee12fc1f3e9f866aa4ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:09:34 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 6.7.0 to 8.1.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.7.0 to 8.1.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/b75a909f75acd358c2196fb9a5f1299a9a8868a4...08807647e7069bb48b6ef5acd8ec9567f424441b) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code_checks.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 5c28ceb..9aa663c 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b with: # Install a specific version of uv. version: "0.7.6" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6f4889..2c5e23d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b with: # Install a specific version of uv. version: "0.7.6" diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 0dfbda2..2c2539d 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Install uv - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b with: # Install a specific version of uv. version: "0.7.6"