mirror of https://github.com/spf13/cast.git
Merge pull request #180 from spf13/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
This commit is contained in:
commit
235f028989
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue