From c15dd8d9b7a5b0fb19ba68112bcd8c939cf28062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 02:30:10 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv from 5.3.1 to 6.4.3 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5.3.1 to 6.4.3. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/f94ec6bedd8674c4426838e6b50417d36b6ab231...e92bafb6253dcd438e0484186d7669ea7a8ca1cc) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_audit.yml | 2 +- .github/workflows/_lint.yml | 2 +- .github/workflows/_package-publish.yml | 2 +- .github/workflows/_scheduled-test.yml | 2 +- .github/workflows/_test.yml | 2 +- .github/workflows/_vercel-preview.yml | 2 +- .github/workflows/_vercel-production.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_audit.yml b/.github/workflows/_audit.yml index e0007f3..baf9bf9 100644 --- a/.github/workflows/_audit.yml +++ b/.github/workflows/_audit.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_lint.yml b/.github/workflows/_lint.yml index 0a636ab..39e2464 100644 --- a/.github/workflows/_lint.yml +++ b/.github/workflows/_lint.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_package-publish.yml b/.github/workflows/_package-publish.yml index df3e08b..303360e 100644 --- a/.github/workflows/_package-publish.yml +++ b/.github/workflows/_package-publish.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "0.6.3" cache-dependency-glob: uv.lock diff --git a/.github/workflows/_scheduled-test.yml b/.github/workflows/_scheduled-test.yml index c5e59f7..4c5583c 100644 --- a/.github/workflows/_scheduled-test.yml +++ b/.github/workflows/_scheduled-test.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index a811fc1..07cb807 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_vercel-preview.yml b/.github/workflows/_vercel-preview.yml index 5df6cb2..751dadf 100644 --- a/.github/workflows/_vercel-preview.yml +++ b/.github/workflows/_vercel-preview.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_vercel-production.yml b/.github/workflows/_vercel-production.yml index 027b4ad..07ecf14 100644 --- a/.github/workflows/_vercel-production.yml +++ b/.github/workflows/_vercel-production.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "0.6.3" enable-cache: true