fix(deps): update module github.com/google/go-github/v68 to v69 (#4826)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-08 08:30:52 +02:00
committed by GitHub
parent 05b42cc9ef
commit b78427e8b5
6 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ package github
import (
"fmt"
"github.com/google/go-github/v68/github"
"github.com/google/go-github/v69/github"
"go.woodpecker-ci.org/woodpecker/v3/server/model"
)