diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36ac594..87297db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 1 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v7.1.6 + uses: astral-sh/setup-uv@v7.2.0 with: enable-cache: true python-version: ${{ matrix.python }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 90e0a2a..ced92e2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 1 - - uses: astral-sh/setup-uv@v7.1.6 + - uses: astral-sh/setup-uv@v7.2.0 - name: Ruff lint run: uv run ruff check --exit-zero . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50028c7..441321d 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.1.6 + uses: astral-sh/setup-uv@v7.2.0 with: python-version: "3.12" @@ -52,7 +52,7 @@ jobs: id-token: write steps: - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v7.1.6 + uses: astral-sh/setup-uv@v7.2.0 if: github.event_name == 'release' with: enable-cache: false