From d92afd772090a3ef77674c8fe9cb40b38db768b2 Mon Sep 17 00:00:00 2001 From: Lea Reimann Date: Fri, 6 Mar 2026 07:30:37 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51dffa86..5c29e4cd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ GitHub CLI is the command line tool of GitHub ([see the manual](https://cli.github.com/manual/)). -This action sets up GitHub CLI tool. It downloads GitHub CLI binaries from https://github.com/cli/cli/releases and adds path to PATH +This action sets up GitHub CLI tool. It downloads GitHub CLI binaries from https://github.com/cli/cli/releases and adds path to PATH. + +If you're using GitHub-hosted runners in your workflow, you probably don't need this (see "Included Software" on https://github.com/actions/runner-images). # Usage From dbb94d2ba62d5e12739135e1c84651eb8c678dd3 Mon Sep 17 00:00:00 2001 From: Lea Reimann Date: Fri, 6 Mar 2026 10:36:57 +0100 Subject: [PATCH 2/2] Refine hint Co-authored-by: dloetzke <97966457+dloetzke@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c29e4cd..5259d02a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ GitHub CLI is the command line tool of GitHub ([see the manual](https://cli.gith This action sets up GitHub CLI tool. It downloads GitHub CLI binaries from https://github.com/cli/cli/releases and adds path to PATH. -If you're using GitHub-hosted runners in your workflow, you probably don't need this (see "Included Software" on https://github.com/actions/runner-images). +If you're using GitHub-hosted runners in your workflow, you probably don't need this (see "Included Software" on https://github.com/actions/runner-images), unless you want to downgrade/pin the version. # Usage