diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index bd567106..7ce5a39a 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: Install uv and set the python version - uses: astral-sh/setup-uv@v8.0.0 + uses: astral-sh/setup-uv@v8.1.0 - name: Build distribution run: uv build - name: Store the distribution packages diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 491961f4..d0d481e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - name: Install uv and set the python version - uses: astral-sh/setup-uv@v8.0.0 + uses: astral-sh/setup-uv@v8.1.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 9d51d875..0256e27b 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 2 - name: Install uv and set the python version - uses: astral-sh/setup-uv@v8.0.0 + uses: astral-sh/setup-uv@v8.1.0 - name: Install the project and the test dependencies run: uv sync --group test