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