ci: checkout action version downgrade
Some checks failed
ci / lint_and_test (push) Failing after -1s
Some checks failed
ci / lint_and_test (push) Failing after -1s
This commit is contained in:
parent
76ef862d40
commit
9f348d8549
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/astral-sh/uv:alpine
|
image: ghcr.io/astral-sh/uv:alpine
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v4
|
||||||
- run: uv python install # Gets Python version from pyproject.toml
|
- run: uv python install # Gets Python version from pyproject.toml
|
||||||
- run: uv sync
|
- run: uv sync
|
||||||
- run: ruff check
|
- run: ruff check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue