From 872e43acc4da992b8ca0fb2cce44984d6d1195ec Mon Sep 17 00:00:00 2001 From: Mabolla <133767935+Mabolla@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:43:35 +0300 Subject: [PATCH] docs: use pinned Foundry for semver-lock --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1aa36e80..9697251b1 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ If the `semver-lock` CI check fails, regenerate locally and commit: just semver-lock ``` -If CI still rejects it (Foundry version mismatch), update your local Foundry first: +If CI still rejects it because of a Foundry version mismatch, install the repository-pinned toolchain: ```bash -foundryup -just semver-lock +mise install +mise exec -- just semver-lock ``` ### setup and testing