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 1010 runs-on : ubuntu-latest
1111 if : startsWith(github.ref, 'refs/tags/')
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
15- - uses : actions/setup-java@v4
15+ - uses : actions/setup-java@v5
1616 with :
1717 distribution : ' temurin'
1818 java-version : ' 20'
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
14- - uses : actions/setup-java@v4
14+ - uses : actions/setup-java@v5
1515 with :
1616 distribution : ' temurin'
1717 java-version : ' 20'
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 # Checkout must run before the caching key is computed using the `hashFiles` method
3434
3535 - name : Cache Gradle Modules
4949
5050 # Install and setup JDK 20
5151 - name : Setup JDK 20
52- uses : actions/setup-java@v4
52+ uses : actions/setup-java@v5
5353 with :
5454 distribution : temurin
5555 java-version : 20
You can’t perform that action at this time.
0 commit comments