Skip to content

Commit 472ec02

Browse files
authored
Merge pull request #463 from hashicorp/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents 574dd02 + 51da0d0 commit 472ec02

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/documentation-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
path: ./.go-version
4949

50-
- uses: actions/setup-go@v2
50+
- uses: actions/setup-go@v3
5151
with:
5252
# TODO: Replace with go-version-from-file when it is supported
5353
# https://github.com/actions/setup-go/pull/62

.github/workflows/linters.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
path: ./.go-version
3030

31-
- uses: actions/setup-go@v2
31+
- uses: actions/setup-go@v3
3232
with:
3333
# TODO: Replace with go-version-from-file when it is supported
3434
# https://github.com/actions/setup-go/pull/62
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
path: ./.go-version
6161

62-
- uses: actions/setup-go@v2
62+
- uses: actions/setup-go@v3
6363
with:
6464
# TODO: Replace with go-version-from-file when it is supported
6565
# https://github.com/actions/setup-go/pull/62
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
path: ./.go-version
105105

106-
- uses: actions/setup-go@v2
106+
- uses: actions/setup-go@v3
107107
with:
108108
# TODO: Replace with go-version-from-file when it is supported
109109
# https://github.com/actions/setup-go/pull/62
@@ -153,7 +153,7 @@ jobs:
153153
with:
154154
path: ./.go-version
155155

156-
- uses: actions/setup-go@v2
156+
- uses: actions/setup-go@v3
157157
with:
158158
# TODO: Replace with go-version-from-file when it is supported
159159
# https://github.com/actions/setup-go/pull/62

.github/workflows/tfplugindocs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: ./.go-version
3131

32-
- uses: actions/setup-go@v2
32+
- uses: actions/setup-go@v3
3333
with:
3434
# TODO: Replace with go-version-from-file when it is supported
3535
# https://github.com/actions/setup-go/pull/62

0 commit comments

Comments
 (0)