Skip to content

Commit 839abb6

Browse files
committed
Update GitHub Package
1 parent afac992 commit 839abb6

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ module github.com/Staffbase/yamllint-action
33
go 1.22.2
44

55
require (
6-
github.com/google/go-github/v62 v62.0.0
6+
github.com/google/go-github/v68 v68.0.0
77
github.com/ldez/ghactions v1.11.0
88
)
99

1010
require (
11-
github.com/google/go-github/v68 v68.0.0 // indirect
1211
github.com/google/go-querystring v1.1.0 // indirect
1312
golang.org/x/oauth2 v0.24.0 // indirect
1413
)

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
22
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
33
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
4-
github.com/google/go-github/v62 v62.0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4=
5-
github.com/google/go-github/v62 v62.0.0/go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4=
64
github.com/google/go-github/v68 v68.0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s=
75
github.com/google/go-github/v68 v68.0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68=
86
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=

yamllint-action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"strconv"
2626
"strings"
2727

28-
"github.com/google/go-github/v62/github"
28+
"github.com/google/go-github/v68/github"
2929
"github.com/ldez/ghactions"
3030
)
3131

0 commit comments

Comments
 (0)