diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 55b4ddcc..dda4397a 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 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..e85f9eed 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/check-precommit.yml b/.github/workflows/check-precommit.yml index c4163544..162dee85 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 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..c8281bc9 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/check-typing.yml b/.github/workflows/check-typing.yml index 43a0d947..79cc5f69 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 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..3df37d2f 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 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..5df0c4db 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 471bacbf..ba2132ff 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 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..336c3889 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 88b4dfb7..3749bdb5 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: activate-environment: true python-version: "3.10" diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index b7301494..196bfde5 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@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: activate-environment: true python-version: "3.10"