diff --git a/octo-sts.yaml b/octo-sts.yaml index e81fbf31fed..a9546737491 100644 --- a/octo-sts.yaml +++ b/octo-sts.yaml @@ -1,7 +1,7 @@ package: name: octo-sts version: 0.4.2 - epoch: 1 + epoch: 2 description: A GitHub App that acts like a Security Token Service (STS) for the Github API. copyright: - license: Apache-2.0 @@ -14,6 +14,11 @@ pipeline: repository: https://github.com/octo-sts/app tag: v${{package.version}} + - uses: go/bump + with: + deps: github.com/golang-jwt/jwt/v4@v4.5.1 + modroot: octo-sts + - uses: go/build with: modroot: octo-sts