diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 55b4ddcc..c13565d4 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -76,7 +76,7 @@ jobs: submodules: recursive - name: Set up uv and Python 🐍 ${{ inputs.python-version }} - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: ${{ inputs.python-version }} diff --git a/.github/workflows/check-package.yml b/.github/workflows/check-package.yml index a28c62b4..fdd3a496 100644 --- a/.github/workflows/check-package.yml +++ b/.github/workflows/check-package.yml @@ -86,7 +86,7 @@ jobs: fetch-depth: 0 # checkout entire history for all branches (required when using scm-based versioning) submodules: recursive - name: Set up uv and Python 🐍 - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: ${{ matrix.python-version || '3.x' }} @@ -125,7 +125,7 @@ jobs: path: .cicd repository: Lightning-AI/utilities - name: Set up uv and Python - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/check-precommit.yml b/.github/workflows/check-precommit.yml index c4163544..7c3f11bb 100644 --- a/.github/workflows/check-precommit.yml +++ b/.github/workflows/check-precommit.yml @@ -43,7 +43,7 @@ jobs: token: ${{ secrets.github-token || github.token }} - name: Set up uv and Python 🐍 - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: ${{ inputs.python-version }} diff --git a/.github/workflows/check-schema.yml b/.github/workflows/check-schema.yml index ea3d2412..6833e157 100644 --- a/.github/workflows/check-schema.yml +++ b/.github/workflows/check-schema.yml @@ -36,7 +36,7 @@ jobs: with: submodules: recursive - name: Set up uv and Python - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/check-typing.yml b/.github/workflows/check-typing.yml index 43a0d947..7bb9138d 100644 --- a/.github/workflows/check-typing.yml +++ b/.github/workflows/check-typing.yml @@ -42,7 +42,7 @@ jobs: submodules: recursive - name: Set up uv and Python 🐍 ${{ inputs.python-version }} - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: ${{ inputs.python-version }} diff --git a/.github/workflows/ci-cli.yml b/.github/workflows/ci-cli.yml index a9149740..c265a034 100644 --- a/.github/workflows/ci-cli.yml +++ b/.github/workflows/ci-cli.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up uv and Python 🐍 ${{ matrix.python-version }} - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/ci-scripts.yml b/.github/workflows/ci-scripts.yml index b38b85f0..cbeec3ee 100644 --- a/.github/workflows/ci-scripts.yml +++ b/.github/workflows/ci-scripts.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up uv and Python 🐍 ${{ matrix.python-version }} - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: ${{ matrix.python-version }} @@ -57,7 +57,7 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up uv and Python 🐍 ${{ matrix.python-version }} - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 471bacbf..9fae47a6 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -34,7 +34,7 @@ jobs: with: submodules: recursive - name: Set up uv and Python 🐍 ${{ matrix.python-version }} - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/cleanup-caches.yml b/.github/workflows/cleanup-caches.yml index a42320fb..998477aa 100644 --- a/.github/workflows/cleanup-caches.yml +++ b/.github/workflows/cleanup-caches.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up uv and Python - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 88b4dfb7..a90d36d6 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false submodules: recursive - name: Set up uv and Python 🐍 - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index b7301494..2b85710d 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up uv and Python 🐍 - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: activate-environment: true python-version: "3.10"