diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 499792a..1ea83dc 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -29,9 +29,11 @@ jobs: - uses: actions/checkout@v4 - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 + with: + python-version: "3.12" - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 - name: Run CI checks run: | uv venv