See https://github.blog/changelog/2026-07-30-reference-same-repository-actions-with-self-repository-syntax/
Background
GitHub now makes using actions/reusable workflows from the same (caller) repository easier. Move to this format, which is the recommended way to do it.
Supersedes #346
Implementation Plan
- Basically, anywhere we use a local
./ action, change it to $/ and remove the checking out of a previous repository for the purposes of local actions
See https://github.blog/changelog/2026-07-30-reference-same-repository-actions-with-self-repository-syntax/
Background
GitHub now makes using actions/reusable workflows from the same (caller) repository easier. Move to this format, which is the recommended way to do it.
Supersedes #346
Implementation Plan
./action, change it to$/and remove the checking out of a previous repository for the purposes of local actions