Skip to content

Commit

Permalink
Bump actions/setup-go from 2.1.3 to 2.1.4 (#189)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2021
1 parent 1527873 commit 0854ce4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/terraform_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: '1.16'
id: go
Expand All @@ -38,7 +38,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: '1.16'
id: go
Expand All @@ -62,7 +62,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: '1.16'
id: go
Expand All @@ -86,7 +86,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: '1.16'
id: go
Expand All @@ -106,7 +106,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: '1.16'
id: go
Expand Down

0 comments on commit 0854ce4

Please sign in to comment.