From 438cba7d2ff0848a2da6e4fc14bde904018c8cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:42:39 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 6.1.0 to 6.3.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.1.0 to 6.3.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb...445689ea25e0de0a23313031f5fe577c74ae45a1) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 8163cd2..606c13c 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb + uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 with: # Install a specific version of uv. version: "0.7.6" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c328118..ebf1eba 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb + uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 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 68dfc9c..74e04d4 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb + uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 with: # Install a specific version of uv. version: "0.7.6"