Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Fast shallow checkout for testing
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.PYTHON_VERSION }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.PYTHON_VERSION }}
- name: Install uv
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install Python 3.13
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: 3.13
- name: Run pre-commit checks
Expand All @@ -68,7 +68,7 @@ jobs:
with:
fetch-depth: 0 # Full git history for setuptools_scm
- name: Set up Python 3.13
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: 3.13
- name: Install uv
Expand Down