fix(deps): update module github.com/google/go-github/v61 to v62 (#3730)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-26 18:18:34 +02:00
committed by GitHub
parent 793cdef23d
commit bf4061b72d
6 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ import (
"testing"
"github.com/franela/goblin"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"go.woodpecker-ci.org/woodpecker/v2/server/model"
)