From abc6322a7bd6601cd41da2aaa5b1af8fdceb83f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:24:23 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv from 6 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/PreCommit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PreCommit.yml b/.github/workflows/PreCommit.yml index 9a5cfd70c..a6e6aca86 100644 --- a/.github/workflows/PreCommit.yml +++ b/.github/workflows/PreCommit.yml @@ -22,6 +22,6 @@ jobs: - uses: julia-actions/setup-julia@v2 - uses: julia-actions/cache@v2 - run: julia -e 'using Pkg; Pkg.add("JuliaFormatter")' - - uses: astral-sh/setup-uv@v6 + - uses: astral-sh/setup-uv@v7 - run: uv tool install pre-commit - run: pre-commit run --all-files --show-diff-on-failure --color always