diff --git a/.github/workflows/component-integration.yml b/.github/workflows/component-integration.yml index 189871a6..33ec5fd6 100644 --- a/.github/workflows/component-integration.yml +++ b/.github/workflows/component-integration.yml @@ -93,7 +93,7 @@ jobs: - name: Install uv if: steps.should_test.outputs.test != 'false' - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 - name: Setup uv cache if: steps.should_test.outputs.test != 'false' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eaacae1d..3fdebc98 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -127,7 +127,7 @@ jobs: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 - name: Setup uv cache uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 @@ -167,7 +167,7 @@ jobs: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: enable-cache: true diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index d33c2589..66b256d8 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: enable-cache: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df985b26..9901f12c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,7 +64,7 @@ jobs: submodules: true - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 - name: Setup uv cache uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3