Skip to content

Commit b75d4d8

Browse files
Merge pull request #4 from jacobwgillespie/dependabot/github_actions/actions/setup-go-3
2 parents de06f9d + b9775c1 commit b75d4d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
fetch-depth: 0
1212

13-
- uses: actions/setup-go@v2
13+
- uses: actions/setup-go@v3
1414
with:
1515
go-version: 1.17
1616

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-go@v2
19+
- uses: actions/setup-go@v3
2020
with:
2121
go-version: 1.17
2222

0 commit comments

Comments
 (0)