Skip to content

Commit

Permalink
Merge pull request #3520 from dexidp/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5.0.1

build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
  • Loading branch information
sagikazarmark authored May 13, 2024
2 parents e32431a + ae016b4 commit a04fc49
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 @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: "1.21"

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: "1.21"

Expand Down

0 comments on commit a04fc49

Please sign in to comment.