Skip to content

Commit

Permalink
Merge pull request dexidp#3071 from dexidp/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-go-4.1.0

build(deps): bump actions/setup-go from 4.0.1 to 4.1.0
  • Loading branch information
sagikazarmark authored Aug 24, 2023
2 parents 948439c + 96d6e0a commit c2747bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: "1.20"

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: "1.20"

Expand Down

0 comments on commit c2747bd

Please sign in to comment.