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@v4.1.5
15
+ - uses : actions/checkout@v4.1.6
16
16
with :
17
17
fetch-depth : 0
18
18
persist-credentials : false
Original file line number Diff line number Diff line change 28
28
JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
29
29
JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
30
30
steps :
31
- - uses : actions/checkout@v4.1.5
31
+ - uses : actions/checkout@v4.1.6
32
32
with :
33
33
fetch-depth : 0
34
34
- uses : actions/setup-java@v3
51
51
AWS_REGION : ap-northeast-1
52
52
TEST_TIME_FACTOR : 5
53
53
steps :
54
- - uses : actions/checkout@v4.1.5
54
+ - uses : actions/checkout@v4.1.6
55
55
with :
56
56
fetch-depth : 0
57
57
- 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@v4.1.5
13
+ - uses : actions/checkout@v4.1.6
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@v4.1.5
19
+ - uses : actions/checkout@v4.1.6
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