diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5522884..aca5870 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.0 + uses: astral-sh/setup-uv@v7.3.1 with: enable-cache: true python-version: ${{ matrix.python }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d9fafee..4dffc9d 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.3.0 + - uses: astral-sh/setup-uv@v7.3.1 - name: Ruff lint run: uv run ruff check --exit-zero . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cec4804..ce8519a 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.0 + uses: astral-sh/setup-uv@v7.3.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.3.0 + uses: astral-sh/setup-uv@v7.3.1 if: github.event_name == 'release' with: enable-cache: false