diff --git a/WORKSPACE b/WORKSPACE index 7ed17b1..64ca6b0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -121,10 +121,10 @@ http_archive( http_archive( name = "com_github_cli_cli_linux_amd64", build_file_content = """exports_files(glob(["bin/*"]))""", - sha256 = "3ea6ed8b2585f406a064cecd7e1501e58f56c8e7ca764ae1f3483d1b8ed68826", - strip_prefix = "gh_2.52.0_linux_amd64", + sha256 = "49700b3fedb5bfcbef696fe9f1f69091ceb9caf2d40bd872b5028c451efc52bc", + strip_prefix = "gh_2.55.0_linux_amd64", urls = [ - "https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_linux_amd64.tar.gz", + "https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_linux_amd64.tar.gz", ], )