File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
go-version : ${{ matrix.go-version }}
22
22
- name : Checkout code
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
- name : Install dependencies
25
25
run : |
26
26
go version
40
40
with :
41
41
go-version : ${{ matrix.go-version }}
42
42
- name : Checkout code
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
- name : Install dependencies
45
45
run : |
46
46
go install golang.org/x/lint/golint@latest
54
54
git_diff : ${{ steps.output.outputs.git_diff }}
55
55
steps :
56
56
- name : Checkout repository
57
- uses : actions/checkout@v3
57
+ uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 0
60
60
- name : Check Diff
Original file line number Diff line number Diff line change 19
19
with :
20
20
go-version : ${{ matrix.go-version }}
21
21
- name : Checkout code
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Install dependencies
24
24
run : |
25
25
go version
39
39
with :
40
40
go-version : ${{ matrix.go-version }}
41
41
- name : Checkout code
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
- name : Install dependencies
44
44
run : |
45
45
go install golang.org/x/lint/golint@latest
51
51
runs-on : ubuntu-latest
52
52
needs : [test, lint]
53
53
steps :
54
- - uses : actions/checkout@v3
54
+ - uses : actions/checkout@v4
55
55
- uses : actions/setup-go@v3
56
56
with :
57
57
go-version : ' 1.17'
75
75
git_diff : ${{ steps.output.outputs.git_diff }}
76
76
steps :
77
77
- name : Checkout repository
78
- uses : actions/checkout@v3
78
+ uses : actions/checkout@v4
79
79
with :
80
80
fetch-depth : 0
81
81
- name : Check Diff
98
98
outputs :
99
99
version : ${{ steps.release.outputs.version }}
100
100
steps :
101
- - uses : actions/checkout@v3
101
+ - uses : actions/checkout@v4
102
102
- uses : go-semantic-release/action@v1
103
103
id : release
104
104
with :
@@ -122,7 +122,7 @@ jobs:
122
122
- goarch : arm64
123
123
goos : windows
124
124
steps :
125
- - uses : actions/checkout@v3
125
+ - uses : actions/checkout@v4
126
126
-
uses :
wangyoucao577/[email protected]
127
127
with :
128
128
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 21
21
- goarch : arm64
22
22
goos : windows
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Set BUILD_VERSION env
26
26
run : echo "RELEASE_TAG=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
27
27
-
uses :
wangyoucao577/[email protected]
You can’t perform that action at this time.
0 commit comments