From 1e5ad713bcd1bb2f95ee34270320cc7f48ce398e Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:08:41 +0200 Subject: [PATCH] Bump GitHub CLI (gh) version to 2.57.0 (#1404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `GitHub CLI (gh)` version in the goss test Made with ❤️️ by updatecli * chore: Update the `GitHub CLI (gh)` version in the tools-versions.yml... ... file Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- provisioning/tools-versions.yml | 2 +- tests/goss-common.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 622219da3..5fe8db7b6 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -9,7 +9,7 @@ cst_version: 1.19.1 docker_version: 27.2.1 docker_buildx_version: 0.14.1 doctl_version: 1.114.0 -gh_version: 2.56.0 +gh_version: 2.57.0 git_lfs_version: 3.5.1 git_linux_version: 2.46.0 git_windows_version: 2.46.0 diff --git a/tests/goss-common.yaml b/tests/goss-common.yaml index f1d6e3aae..4f8f7ad6f 100644 --- a/tests/goss-common.yaml +++ b/tests/goss-common.yaml @@ -40,7 +40,7 @@ command: exec: gh --version exit-status: 0 stdout: - - 2.56.0 + - 2.57.0 git_lfs: exec: git-lfs --version exit-status: 0