Skip to content

Commit 0161fde

Browse files
committed
bump actions/checkout@v3 and actions/setup-go@v3
1 parent 41dd159 commit 0161fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
fail-fast: false
6767
matrix: ${{ fromJSON(needs.list.outputs.matrix) }}
6868
steps:
69-
- uses: actions/checkout@v2
70-
- uses: actions/setup-go@v2
69+
- uses: actions/checkout@v3
70+
- uses: actions/setup-go@v3
7171
with:
7272
go-version: ${{ matrix.go }}
7373
- uses: shogo82148/actions-setup-mysql@v1

0 commit comments

Comments
 (0)