From 4958c5fdc830d987cecbc7e0c8f5973bcbc27003 Mon Sep 17 00:00:00 2001 From: Matt C <41025489+mcummings128@users.noreply.github.com> Date: Sun, 6 Sep 2026 15:55:25 -0400 Subject: [PATCH] Update documentation link for GitHub-hosted runners Updated link to documentation for GitHub-hosted runners. The current link points to XXX, when it should point to https://docs.github.com/en/actions/reference/runners/github-hosted-runners --- content/actions/concepts/runners/github-hosted-runners.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/actions/concepts/runners/github-hosted-runners.md b/content/actions/concepts/runners/github-hosted-runners.md index 96f9edc9a269..f63eae1dd888 100644 --- a/content/actions/concepts/runners/github-hosted-runners.md +++ b/content/actions/concepts/runners/github-hosted-runners.md @@ -30,6 +30,7 @@ contentType: concepts Runners are the machines that execute jobs in a {% data variables.product.prodname_actions %} workflow. For example, a runner can clone your repository locally, install testing software, and then run commands that evaluate your code. {% data variables.product.prodname_dotcom %} provides runners that you can use to run your jobs, or you can [host your own runners](/actions/concepts/runners/self-hosted-runners). {% data reusables.actions.single-cpu-runners %} +// Please update % data reusables.actions.single-cpu-runners to use https://docs.github.com/en/actions/reference/runners/github-hosted-runners Each runner comes with the runner application and other tools preinstalled. {% data variables.product.prodname_dotcom %}-hosted runners are available with Ubuntu Linux, Windows, or macOS operating systems. When you use a {% data variables.product.prodname_dotcom %}-hosted runner, machine maintenance and upgrades are taken care of for you.