File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 cancel-in-progress : true
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Set up JDK 17
20- uses : actions/setup-java@v3
20+ uses : actions/setup-java@v4
2121 with :
2222 java-version : ' 17'
2323 distribution : ' temurin'
3535 run : ./gradlew check koverXmlReport
3636
3737 - name : Publish Test Report
38- uses : mikepenz/action-junit-report@v3
38+ uses : mikepenz/action-junit-report@v4
3939 if : always() # always run even if the previous step fails
4040 with :
4141 check_name : JUnit Test Report
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313
1414 - name : Set up JDK 17
15- uses : actions/setup-java@v3
15+ uses : actions/setup-java@v4
1616 with :
1717 distribution : ' temurin'
1818 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments