Dev ToolsRun GitHub Actions Steps in Parallel With backgroundGitHub Actions steps can now run in parallel with background: true, wait, wait-all, cancel, and parallel. Here is when to use each keyword.Aug 13, 2026Read more →
Dev ToolsReference Same-Repo Actions With $/ SyntaxGitHub Actions' new $/ syntax resolves a same-repo action to the exact running commit, no checkout step needed. Requires runner 2.336.0 or newer.Aug 13, 2026Read more →