ci: checkout action version downgrade
Some checks failed
ci / lint_and_test (push) Failing after -1s

This commit is contained in:
Chris Milne 2026-06-08 14:18:40 +01:00
parent 76ef862d40
commit 9f348d8549

View file

@ -11,7 +11,7 @@ jobs:
container:
image: ghcr.io/astral-sh/uv:alpine
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- run: uv python install # Gets Python version from pyproject.toml
- run: uv sync
- run: ruff check