From b3eadfb0265a303a7dc02af0f99fb110d6512318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:12:06 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 6.1.0 to 6.3.0 in /.github/workflows 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/pr-format-python.yml | 2 +- .github/workflows/pr-lint-markdown.yml | 2 +- .github/workflows/pr-lint-python.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-format-python.yml b/.github/workflows/pr-format-python.yml index 4734a07..6e5d53f 100644 --- a/.github/workflows/pr-format-python.yml +++ b/.github/workflows/pr-format-python.yml @@ -17,7 +17,7 @@ jobs: python-version: 3.11 - name: Setup uv - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0 + uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3.0 with: enable-cache: true cache-dependency-glob: "uv.lock" diff --git a/.github/workflows/pr-lint-markdown.yml b/.github/workflows/pr-lint-markdown.yml index 27f867e..d422bcf 100644 --- a/.github/workflows/pr-lint-markdown.yml +++ b/.github/workflows/pr-lint-markdown.yml @@ -17,7 +17,7 @@ jobs: python-version: 3.11 - name: Setup uv - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0 + uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3.0 with: enable-cache: true cache-dependency-glob: "uv.lock" diff --git a/.github/workflows/pr-lint-python.yml b/.github/workflows/pr-lint-python.yml index 2047d6d..ab73358 100644 --- a/.github/workflows/pr-lint-python.yml +++ b/.github/workflows/pr-lint-python.yml @@ -17,7 +17,7 @@ jobs: python-version: 3.11 - name: Setup uv - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0 + uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3.0 with: enable-cache: true cache-dependency-glob: "uv.lock"