File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
steps :
14
14
- name : Checkout with token
15
15
if : github.event_name != 'pull_request'
16
- uses : actions/checkout@v2.4.0
16
+ uses : actions/checkout@v3
17
17
with :
18
18
token : ${{ secrets.API_GITHUB_TOKEN }}
19
19
20
20
- name : Checkout without token
21
21
if : github.event_name == 'pull_request'
22
- uses : actions/checkout@v2.4.0
22
+ uses : actions/checkout@v3
23
23
24
24
- name : Fetch Go version
25
25
run : |
28
28
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
29
29
30
30
- name : Setup Go environment
31
- uses : actions/setup-go@v2.1.5
31
+ uses : actions/setup-go@v3
32
32
with :
33
33
go-version : " ${{ env.go_version }}"
34
34
43
43
44
44
- name : Version
45
45
if : github.event_name != 'pull_request'
46
- uses : cycjimmy/semantic-release-action@v2.7 .0
46
+ uses : cycjimmy/semantic-release-action@v3.0 .0
47
47
with :
48
- semantic_version : 17.4
48
+ semantic_version : 19.0.2
49
49
env :
50
50
GITHUB_TOKEN : ${{ secrets.API_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments