diff --git a/gh.yaml b/gh.yaml index 3edd3cfa3e5..f7570debf5a 100644 --- a/gh.yaml +++ b/gh.yaml @@ -1,7 +1,7 @@ package: name: gh - version: 2.54.0 - epoch: 1 + version: 2.55.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: 89cbcfe7eb186ff4edbe10792d17bdc55b04f297 + expected-commit: 95a2f95f75f4b143699d87294788210ffb558248 repository: https://github.com/cli/cli tag: v${{package.version}} - - uses: go/bump - with: - deps: github.com/docker/docker@v26.1.5 - - runs: make install prefix=${{targets.destdir}}/usr - uses: strip