File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
1919 steps :
2020 - name : Setup JDK 8
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v4
2222 with :
2323 java-version : ' 8'
2424 distribution : ' adopt'
2525 - name : Check out code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - name : Build and Test
2828 run : chmod +x gradlew && ./gradlew clean test jacocoTestReport coveralls
2929 - name : Verify Javadoc
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
1313 steps :
1414 - name : Setup JDK 8
15- uses : actions/setup-java@v3
15+ uses : actions/setup-java@v4
1616 with :
1717 java-version : ' 8'
1818 distribution : ' adopt'
1919 - name : Check out code
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : Build and Test
2222 run : chmod +x gradlew && ./gradlew clean test jacocoTestReport coveralls
2323 - name : Verify Javadoc
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
1919 steps :
2020 - name : Setup JDK 8
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v4
2222 with :
2323 java-version : ' 8'
2424 distribution : ' adopt'
2525 - name : Check out code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 - name : Build and Test
2828 run : chmod +x gradlew && ./gradlew clean test
2929 - name : Verify Javadoc
You can’t perform that action at this time.
0 commit comments