Skip to content

Commit 84ebe64

Browse files
authored
Merge pull request #25 from shogo82148/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents dcb1040 + c093f05 commit 84ebe64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Setup Go ${{ matrix.go }}
25-
uses: actions/setup-go@v3
25+
uses: actions/setup-go@v4
2626
with:
2727
go-version: ${{ matrix.go }}
2828

0 commit comments

Comments
 (0)