File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ jobs:
1818 matrix :
1919 jdk : [17, 21]
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 - name : Set up JDK
23- uses : actions/setup-java@v1
23+ uses : actions/setup-java@v4
2424 with :
25+ distribution : ' temurin'
2526 java-version : ${{ matrix.jdk }}
2627 - name : Install Zookeeper
2728 run : echo "Install Zookeeper 3.5.6"
3334 run : mvn clean install -B -V
3435 && sh ./tools/check_format.sh
3536 - name : Codecov
36- uses : codecov/codecov-action@v3
37+ uses : codecov/codecov-action@v4
3738 with :
3839 token : ${{ secrets.CODECOV_TOKEN }}
3940 fail_ci_if_error : true
Original file line number Diff line number Diff line change 1111 release :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Set up JDK 17
16- uses : actions/setup-java@v3
16+ uses : actions/setup-java@v4
1717 with :
1818 java-version : ' 17'
1919 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments