Skip to content

Commit

Permalink
feat: Bump default GH CLI version from 2.3.0 to 2.40.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinthebox authored Dec 14, 2023
1 parent 9e53b54 commit e89b4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/commands/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e89b4c5

Please sign in to comment.