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