From 653028c113ede1af8ec7ded3cb926c5b84c50a83 Mon Sep 17 00:00:00 2001 From: WDI-Ideas Date: Tue, 7 Apr 2026 23:59:53 +0530 Subject: [PATCH] docs: update pinned ci.yml SHA example Made-with: Cursor --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.