diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index bb02b04..442f26f 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 - name: Black run: uv run --group lint python -m black . --check --diff @@ -41,11 +41,11 @@ jobs: run: quarto --version - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 # Python setup - name: Install uv and set the python version - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 with: python-version: ${{ matrix.python-version }} @@ -82,7 +82,7 @@ jobs: # Python setup - name: Install uv and set the python version - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 with: python-version: '3.12'