diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87297db..061eb36 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.2.0 + uses: astral-sh/setup-uv@v7.2.1 with: enable-cache: true python-version: ${{ matrix.python }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ced92e2..a3395d9 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.2.0 + - uses: astral-sh/setup-uv@v7.2.1 - name: Ruff lint run: uv run ruff check --exit-zero . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 441321d..395ac92 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.2.0 + uses: astral-sh/setup-uv@v7.2.1 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.2.0 + uses: astral-sh/setup-uv@v7.2.1 if: github.event_name == 'release' with: enable-cache: false