Skip to content

Commit 1ad2646

Browse files
authored
Merge pull request #993 from hashicorp/dependabot/github_actions/actions/setup-go-4.1.0
Build(deps): Bump actions/setup-go from 4.0.1 to 4.1.0
2 parents 22bdc14 + 65240af commit 1ad2646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3737
- name: Set up Go
38-
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
38+
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3939
with:
4040
go-version-file: go.mod
4141
cache: true

.github/workflows/nightly-tfe-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
100100

101101
- name: Set up Go
102-
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
102+
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
103103
with:
104104
go-version-file: go.mod
105105
check-latest: true

0 commit comments

Comments
 (0)