From b29e19a227151d48c7b966b08fb5e2a5b6e98cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:44:21 +0000 Subject: [PATCH] ci: bump astral-sh/setup-uv from 8.2.0 to 8.3.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.2.0 to 8.3.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/fac544c07dec837d0ccb6301d7b5580bf5edae39...d31148d669074a8d0a63714ba94f3201e7020bc3) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-release.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- .github/workflows/dependency-check.yml | 2 +- .github/workflows/e2e-nightly.yml | 2 +- .github/workflows/phase-snapshot.yml | 4 ++-- .github/workflows/schema-validation.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index cf0ffa18..0a370fd9 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -52,7 +52,7 @@ jobs: ref: ${{ needs.release-please.outputs.tag_name }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1b2a919..0a397e51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: ref: ${{ env.CHECKOUT_REF }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true @@ -62,7 +62,7 @@ jobs: ref: ${{ env.CHECKOUT_REF }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true @@ -104,7 +104,7 @@ jobs: ref: ${{ env.CHECKOUT_REF }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true @@ -151,7 +151,7 @@ jobs: ref: ${{ env.CHECKOUT_REF }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 5b7d88d9..b1d231ec 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true diff --git a/.github/workflows/e2e-nightly.yml b/.github/workflows/e2e-nightly.yml index 05ac46c5..bb0eacf7 100644 --- a/.github/workflows/e2e-nightly.yml +++ b/.github/workflows/e2e-nightly.yml @@ -70,7 +70,7 @@ jobs: ref: ${{ env.CHECKOUT_REF }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true diff --git a/.github/workflows/phase-snapshot.yml b/.github/workflows/phase-snapshot.yml index 05913851..a755ab9e 100644 --- a/.github/workflows/phase-snapshot.yml +++ b/.github/workflows/phase-snapshot.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true @@ -90,7 +90,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true diff --git a/.github/workflows/schema-validation.yml b/.github/workflows/schema-validation.yml index ca2d287d..be8f8dbe 100644 --- a/.github/workflows/schema-validation.yml +++ b/.github/workflows/schema-validation.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: version: ${{ env.UV_VERSION }} enable-cache: true