There was an error while loading. Please reload this page.
1 parent 910d6c7 commit 9805c62Copy full SHA for 9805c62
1 file changed
.devcontainer/build_files/packages/github-cli.sh
@@ -3,7 +3,7 @@
3
set -eoux pipefail
4
5
# renovate: datasource=github-releases depName=cli/cli
6
-GH_VERSION=2.95.0
+GH_VERSION=2.97.0
7
8
rpm="$(mktemp --tmpdir gh.XXXXXX.rpm)"
9
trap 'rm -f "${rpm}"' EXIT
0 commit comments