docs: update pinned ci.yml SHA

Made-with: Cursor
This commit is contained in:
WDI-Ideas
2026-04-08 00:03:42 +05:30
parent 08e779fe57
commit 51037bec0a

View File

@@ -163,7 +163,7 @@ Central **`ci.yml`** includes a **`meta` job** that writes `ci_steps` to **`$GIT
**Fix one of:**
1. Pin **`uses:` to a commit SHA** from `wdipl-actions`, e.g.
`uses: .../ci.yml@fb201190cc32e287343cf706631791c68c959f27`
`uses: .../ci.yml@08e779fe5701557b6a589308816be97c20d78dbb`
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.