Skip to content

Commit

Permalink
Merge pull request #94 from Staffbase/dependabot/go_modules/github.co…
Browse files Browse the repository at this point in the history
…m/ldez/ghactions-1.10.0

Bump github.com/ldez/ghactions from 1.9.0 to 1.10.0
  • Loading branch information
monotek authored May 29, 2024
2 parents b9e2cf5 + 2ce6b97 commit b67a54e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Release Dry Run
uses: goreleaser/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Login to docker registry
uses: docker/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.iml
.idea
dist/
yamllint-action
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/Staffbase/yamllint-action

go 1.21
go 1.22.2

require (
github.com/google/go-github/v58 v58.0.0
github.com/ldez/ghactions v1.9.0
github.com/google/go-github/v62 v62.0.0
github.com/ldez/ghactions v1.10.0
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw=
github.com/google/go-github/v58 v58.0.0/go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4=
github.com/google/go-github/v62 v62.0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4=
github.com/google/go-github/v62 v62.0.0/go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/ldez/ghactions v1.9.0 h1:TRbCdqph6rLkwCa3OU/S6WvNQqdt4u68SiU+BZwovIU=
github.com/ldez/ghactions v1.9.0/go.mod h1:1QcwVhMLiZIe63WymYrzCw409sLevMpEmrn3toVP1NM=
github.com/ldez/ghactions v1.10.0 h1:7Q0tYHdpPDhNwq2HzxypCfL/jBWFQa7UDD+I0JoNiGk=
github.com/ldez/ghactions v1.10.0/go.mod h1:Vnd6ljT2XC/O6CkSckTQiiFsKlw+h6qtM6n9FOoHMEc=
golang.org/x/oauth2 v0.20.0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo=
golang.org/x/oauth2 v0.20.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
2 changes: 1 addition & 1 deletion yamllint-action.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"strconv"
"strings"

"github.com/google/go-github/v58/github"
"github.com/google/go-github/v62/github"
"github.com/ldez/ghactions"
)

Expand Down

0 comments on commit b67a54e

Please sign in to comment.