Skip to content

Commit 2aa57b4

Browse files
authored
Merge pull request arduino#103 from arduino/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents 3c62bda + 9f7867f commit 2aa57b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v3
3636

3737
- name: Install Go
38-
uses: actions/setup-go@v2
38+
uses: actions/setup-go@v3
3939
with:
4040
go-version: '1.16.9'
4141

0 commit comments

Comments
 (0)