File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
WORKSPACE : ${{ github.workspace }}
18
18
GRADLE_OPTS : -Xmx1500m -Dfile.encoding=UTF-8
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Set up JDK
22
22
uses : actions/setup-java@v3
23
23
with :
Original file line number Diff line number Diff line change 10
10
release_notes :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : Check if it has release drafter config file
15
15
id : check_release_drafter
16
16
run : |
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
with :
18
18
token : ${{ secrets.GH_TOKEN }}
19
19
- uses : gradle/wrapper-validation-action@v1
You can’t perform that action at this time.
0 commit comments