Skip to content

Commit

Permalink
Bump gh CLI version to 2.63.0 (#262)
Browse files Browse the repository at this point in the history
* chore: Update the label io.jenkins-infra.tools.gh.version in the test...

...  harness

Made with ❤️️ by updatecli

* chore: Update the value of ARG GH_VERSION in the Dockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
  • Loading branch information
1 parent 1db97e5 commit 4856cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN \
apt-get clean &&\
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG GH_VERSION=2.62.0
ARG GH_VERSION=2.63.0
# ARG GH_SHASUM_256="6df9b0214f352fe62b2998c2d1b9828f09c8e133307c855c20c1924134d3da25"
RUN curl --silent --show-error --location --output /tmp/gh.tar.gz \
"https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadataTest:
value: ".*git.*"
isRegex: true
- key: io.jenkins-infra.tools.gh.version
value: 2.62.0
value: 2.63.0
- key: io.jenkins-infra.tools.jenkins-inbound-agent.version
value: 3283.v92c105e0f819-1
- key: io.jenkins-infra.tools.netlify-deploy.version
Expand Down

0 comments on commit 4856cff

Please sign in to comment.