From 47c133f604077d3760f9409294e682df58337bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Mon, 3 Jul 2023 10:05:45 +0200 Subject: [PATCH] feat(deps): bump gh to 2.31.0 --- tools/sggh/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sggh/tools.go b/tools/sggh/tools.go index 21635c17..e3e2e514 100644 --- a/tools/sggh/tools.go +++ b/tools/sggh/tools.go @@ -13,7 +13,7 @@ import ( const ( name = "gh" - version = "2.15.0" + version = "2.31.0" ) func Command(ctx context.Context, args ...string) *exec.Cmd {