Skip to content

Commit 4515794

Browse files
authored
Merge pull request #37 from jekyll/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2 to 3
2 parents 07a4525 + 2d314d2 commit 4515794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Install Go
11-
uses: actions/setup-go@v2
11+
uses: actions/setup-go@v3
1212
with:
1313
go-version: 1.18.x
1414
- name: Checkout code

0 commit comments

Comments
 (0)