Merge pull request from minikube-bot/auto_bump_gh_version

CI: Update gh from 2.27.0 to 2.28.0
pull/16379/head
Steven Powell 2023-04-25 09:27:29 -07:00 committed by GitHub
commit 4ee422c646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
hack/jenkins/installers

View File

@ -16,7 +16,7 @@
set -eux -o pipefail
GH_VERSION="2.27.0"
GH_VERSION="2.28.0"
echo "Installing latest version of gh"
curl -qLO "https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz"