File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 build :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
8- with :
9- fetch-depth : ' 0'
7+ - uses : actions/checkout@v6
108 - name : Validate Gradle Wrapper
11- uses : gradle/actions/wrapper-validation@v4
9+ uses : gradle/actions/wrapper-validation@v6
1210 - name : Set up JDK 21
13- uses : actions/setup-java@v4
11+ uses : actions/setup-java@v5
1412 with :
1513 java-version : 21
1614 distribution : temurin
2927
3028 - name : Store reports if any
3129 if : failure()
32- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@v7
3331 with :
3432 name : reports
3533 path : |
Original file line number Diff line number Diff line change 44 build :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v6
88 - name : Validate Gradle Wrapper
9- uses : gradle/actions/wrapper-validation@v4
9+ uses : gradle/actions/wrapper-validation@v6
1010 - name : Set up JDK 21
11- uses : actions/setup-java@v4
11+ uses : actions/setup-java@v5
1212 with :
1313 java-version : 21
1414 distribution : temurin
2121
2222 - name : Store reports if any
2323 if : failure()
24- uses : actions/upload-artifact@v4
24+ uses : actions/upload-artifact@v7
2525 with :
2626 name : reports
2727 path : |
You can’t perform that action at this time.
0 commit comments