diff --git a/readme.md b/readme.md index fc00643..bf60129 100644 --- a/readme.md +++ b/readme.md @@ -161,7 +161,7 @@ The runner caches clones under **`/root/.cache/act/`** (e.g. `Rajendra.Reddy-wdi **Fix one of:** 1. Pin **`uses:` to a commit SHA** from `wdipl-actions`, e.g. - `uses: .../ci.yml@6b9982def7d49842c0dc75529c0f60cc74a841c1` + `uses: .../ci.yml@fb201190cc32e287343cf706631791c68c959f27` Bump the SHA whenever you change central CI. 2. On the runner host, delete that cache folder and re-run the workflow. 3. Upgrade the runner if a newer release fixes cache invalidation.