We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6152e05 commit fce72aaCopy full SHA for fce72aa
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
24
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
25
steps:
26
- - uses: actions/checkout@v5.0.0
+ - uses: actions/checkout@v5.0.1
27
with:
28
fetch-depth: 0
29
- uses: actions/setup-java@v5
@@ -47,7 +47,7 @@ jobs:
47
AWS_REGION: ap-northeast-1
48
TEST_TIME_FACTOR: 5
49
50
51
52
53
0 commit comments