Skip to content

Commit

Permalink
Bump actions/setup-go from 3 to 4 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 28, 2023
1 parent 3dab667 commit 08cba9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}

Expand All @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}

Expand Down

0 comments on commit 08cba9f

Please sign in to comment.