From d6cb6afd2f8ede69bd063c2d550a3a90ee6aa987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:37:17 +0000 Subject: [PATCH] chore(deps): Bump astral-sh/setup-uv from 6.8.0 to 7.1.2 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.8.0 to 7.1.2. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/d0cc045d04ccac9d8b7881df0226f9e82c39688e...85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/job.build.yml | 2 +- .github/workflows/job.native-image.yml | 2 +- .github/workflows/job.test.yml | 2 +- .github/workflows/on.scheduled.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/job.build.yml b/.github/workflows/job.build.yml index 51012b1e07..040a826278 100644 --- a/.github/workflows/job.build.yml +++ b/.github/workflows/job.build.yml @@ -251,7 +251,7 @@ jobs: with: version: "1.0.0-beta10" - name: "Setup: uv" - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 - name: "Setup: Dependencies" run: | echo "Setting up venv..." diff --git a/.github/workflows/job.native-image.yml b/.github/workflows/job.native-image.yml index 55e7edf639..82fa11b425 100644 --- a/.github/workflows/job.native-image.yml +++ b/.github/workflows/job.native-image.yml @@ -262,7 +262,7 @@ jobs: with: bun-version: "1.2.14" - name: "Setup: uv" - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 - name: "Setup: Dependencies" run: | echo "Setting up venv..." diff --git a/.github/workflows/job.test.yml b/.github/workflows/job.test.yml index dc89cd8c11..ca41bfc12e 100644 --- a/.github/workflows/job.test.yml +++ b/.github/workflows/job.test.yml @@ -312,7 +312,7 @@ jobs: with: version: "1.0.0-beta10" - name: "Setup: uv" - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 - name: "Setup: Dependencies" run: | echo "Setting up venv..." diff --git a/.github/workflows/on.scheduled.yml b/.github/workflows/on.scheduled.yml index f14a4025ca..496ef3c2cb 100644 --- a/.github/workflows/on.scheduled.yml +++ b/.github/workflows/on.scheduled.yml @@ -165,7 +165,7 @@ jobs: - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies] - name: "Setup: uv" - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 - name: "Setup: Dependencies" run: | cargo install cargo-fuzz cargo-insta rustfilt