Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 3 to 4 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 8ab0366 commit 9c43f52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20'

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20'

Expand All @@ -105,7 +105,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.20'

Expand Down

0 comments on commit 9c43f52

Please sign in to comment.