diff --git a/gh.yaml b/gh.yaml index 21ab2252f49..628bae4c2bf 100644 --- a/gh.yaml +++ b/gh.yaml @@ -1,7 +1,7 @@ package: name: gh version: 2.53.0 - epoch: 0 + epoch: 1 description: GitHub's official command line tool copyright: - license: MIT @@ -22,6 +22,10 @@ pipeline: repository: https://github.com/cli/cli tag: v${{package.version}} + - uses: go/bump + with: + deps: github.com/docker/docker@v26.1.4 + - runs: make install prefix=${{targets.destdir}}/usr - uses: strip