Use self-repo syntax for all in-repo actions/reusable workflows (#1024)

With the self-repo syntax, we also shouldn't need any of these
`actions/checkout` calls.

Signed-off-by: William Woodruff <william@yossarian.net>

---------

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff
2026-08-16 22:14:36 +02:00
committed by GitHub
parent 51a7fe0131
commit 92a7c9ffa6
3 changed files with 48 additions and 102 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ jobs:
name: Update docs
needs:
- release
uses: ./.github/workflows/update-docs.yml
uses: $/.github/workflows/update-docs.yml
permissions:
contents: write
pull-requests: write