Inform user of unsupported old version (#134)

Versions older than v0.0.247 do not have binaries in the GitHub releases
This commit is contained in:
Kevin Stillhammer
2025-05-07 15:28:39 +02:00
committed by GitHub
parent b259b0b299
commit ea12b8ac41
4 changed files with 30 additions and 0 deletions
+3
View File
@@ -95,6 +95,9 @@ the ruff version to install. If no pyproject.toml file is found, or no ruff vers
`project.dependencies`, `project.optional-dependencies`, or `dependency-groups`,
the latest version is installed.
> [!NOTE]
> This action does only support ruff versions v0.0.247 and above.
#### Install the latest version
```yaml