File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
bump-version :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3.6 .0
15
+ - uses : actions/checkout@v4.1 .0
16
16
with :
17
17
fetch-depth : 0
18
18
persist-credentials : false
Original file line number Diff line number Diff line change 31
31
JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
32
32
JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
33
33
steps :
34
- - uses : actions/checkout@v3.6 .0
34
+ - uses : actions/checkout@v4.1 .0
35
35
with :
36
36
fetch-depth : 0
37
37
- uses : actions/setup-java@v3
54
54
AWS_REGION : ap-northeast-1
55
55
TEST_TIME_FACTOR : 5
56
56
steps :
57
- - uses : actions/checkout@v3.6 .0
57
+ - uses : actions/checkout@v4.1 .0
58
58
with :
59
59
fetch-depth : 0
60
60
- uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 10
10
JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
11
11
JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
12
12
steps :
13
- - uses : actions/checkout@v3.6 .0
13
+ - uses : actions/checkout@v4.1 .0
14
14
with :
15
15
fetch-depth : 0
16
16
- uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 16
16
JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
17
17
JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
18
18
steps :
19
- - uses : actions/checkout@v3.6 .0
19
+ - uses : actions/checkout@v4.1 .0
20
20
with :
21
21
ref : ${{ github.event.workflow_run.head_branch }}
22
22
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments