File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 bump-version :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 persist-credentials : false
Original file line number Diff line number Diff line change 2323 JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2424 JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
2525 steps :
26- - uses : actions/checkout@v5 .0.1
26+ - uses : actions/checkout@v6 .0.1
2727 with :
2828 fetch-depth : 0
2929 - uses : actions/setup-java@v5
4747 AWS_REGION : ap-northeast-1
4848 TEST_TIME_FACTOR : 5
4949 steps :
50- - uses : actions/checkout@v5 .0.1
50+ - uses : actions/checkout@v6 .0.1
5151 with :
5252 fetch-depth : 0
5353 - uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1111 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
1212 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with : { fetch-depth: 0 }
1616 - uses : actions/setup-java@v5
1717 with :
You can’t perform that action at this time.
0 commit comments