From e89b4c51027a6659a54235d0d3358f7ff1145494 Mon Sep 17 00:00:00 2001 From: Gavin Carew <135060292+gavinthebox@users.noreply.github.com> Date: Thu, 14 Dec 2023 08:42:44 -0800 Subject: [PATCH] feat: Bump default GH CLI version from 2.3.0 to 2.40.1 (#44) --- src/commands/install.yml | 2 +- src/commands/setup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/install.yml b/src/commands/install.yml index a015f46..286b5bc 100644 --- a/src/commands/install.yml +++ b/src/commands/install.yml @@ -2,7 +2,7 @@ description: Install the gh cli without authenticating or configuring. This comm parameters: version: type: string - default: "2.3.0" + default: "2.40.1" description: Specify the full semver versioned tag to use. steps: - run: diff --git a/src/commands/setup.yml b/src/commands/setup.yml index a7af50a..c94b93d 100644 --- a/src/commands/setup.yml +++ b/src/commands/setup.yml @@ -2,7 +2,7 @@ description: Install and authenticate with the gh cli. This command should be ru parameters: version: type: string - default: "2.3.0" + default: "2.40.1" description: Specify the full semver versioned tag to use. hostname: type: string