Skip to content

Commit

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

build(deps): bump actions/setup-go from 5.0.1 to 5.0.2
  • Loading branch information
sagikazarmark authored Jul 20, 2024
2 parents 0382e5b + 4f051a1 commit 365fe38
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 @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go }}

Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: "1.22"

Expand Down

0 comments on commit 365fe38

Please sign in to comment.