File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2.3.4
14
+ uses : actions/checkout@v2.4.0
15
15
with :
16
16
token : ${{ secrets.API_GITHUB_TOKEN }}
17
17
50
50
51
51
steps :
52
52
- name : Checkout
53
- uses : actions/checkout@v2.3.4
53
+ uses : actions/checkout@v2.4.0
54
54
with :
55
55
token : ${{ secrets.API_GITHUB_TOKEN }}
56
56
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.3.4
16
+ uses : actions/checkout@v2.4.0
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.3.4
22
+ uses : actions/checkout@v2.4.0
23
23
24
24
- name : Fetch Go version
25
25
run : |
You can’t perform that action at this time.
0 commit comments