Workflows: replace actions/checkout with plain git
ci / quality (push) Failing after 4m11s

The runner failed resolving/running the external checkout action; a
git fetch of GITHUB_SHA with the workflow token needs neither action
resolution nor a node runtime in the job container, and works against
the private repo. Also document that a bare `cargo release` tags the
current version (the path for 0.1.0, which is already the workspace
version).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bendik Lynghaug
2026-08-16 15:11:55 +02:00
co-authored by Claude Fable 5
parent 1619285ce0
commit 19fb9de7d9
3 changed files with 20 additions and 3 deletions
+2 -1
View File
@@ -75,7 +75,8 @@ with `--no-default-features` for systems without it.
## Releasing
```console
$ cargo release patch # or minor / major — see release.toml
$ cargo release # tag + push the current version as-is
$ cargo release patch # or minor / major to bump first — release.toml
```
This bumps the workspace version, tags `vX.Y.Z`, and pushes; the tag