diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aca5870..cd932ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 1 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v7.3.1 + uses: astral-sh/setup-uv@v8.1.0 with: enable-cache: true python-version: ${{ matrix.python }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 024f62e..7b54fdb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: with: ref: ${{ github.head_ref }} - - uses: astral-sh/setup-uv@v7.3.1 + - uses: astral-sh/setup-uv@v8.1.0 with: enable-cache: true python-version: 3.13 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 601c79d..2651b15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 1 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v7.3.1 + uses: astral-sh/setup-uv@v8.1.0 with: python-version: "3.13" @@ -57,7 +57,7 @@ jobs: id-token: write steps: - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v7.3.1 + uses: astral-sh/setup-uv@v8.1.0 if: github.event_name == 'release' with: enable-cache: false diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index af0231e..35a8321 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.head_ref }} - name: Install uv - uses: astral-sh/setup-uv@v7.3.1 + uses: astral-sh/setup-uv@v8.1.0 with: enable-cache: true python-version: 3.13