From 82131b200cbd17160ca46de3188e1a78872f5cfd Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:17:41 +0000 Subject: [PATCH] gh/2.53.0 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- gh.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gh.yaml b/gh.yaml index dc7712fd51f..21ab2252f49 100644 --- a/gh.yaml +++ b/gh.yaml @@ -1,7 +1,7 @@ package: name: gh - version: 2.52.0 - epoch: 2 + version: 2.53.0 + epoch: 0 description: GitHub's official command line tool copyright: - license: MIT @@ -18,14 +18,10 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 467550a14aa6e26f6872d684279e6604ed6ca7e7 + expected-commit: d3d73d9390bd5403ad8cc4240a9e5cc94bb33ef8 repository: https://github.com/cli/cli tag: v${{package.version}} - - uses: go/bump - with: - deps: github.com/hashicorp/go-retryablehttp@v0.7.7 - - runs: make install prefix=${{targets.destdir}}/usr - uses: strip