File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 sudo apt-get update
3535 sudo apt-get install -y qemu-user-static
36- - uses : actions/setup-java@v4
36+ - uses : actions/setup-java@v5
3737 with :
3838 java-version : ' 11'
3939 distribution : ' temurin'
Original file line number Diff line number Diff line change 1818 with :
1919 fetch-depth : 0
2020 - name : Java setup
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v5
2222 with :
2323 java-version : ' 11'
2424 distribution : ' temurin'
Original file line number Diff line number Diff line change 2121 with :
2222 step : restore
2323 - name : Set up JDK 11
24- uses : actions/setup-java@v3
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : ' 11'
2727 distribution : ' temurin'
Original file line number Diff line number Diff line change 3434 repository : ${{ github.event.pull_request.head.repo.full_name }}
3535 ref : ${{ github.event.pull_request.head.ref }}
3636 submodules : true
37- - uses : actions/setup-java@v2
37+ - uses : actions/setup-java@v5
3838 with :
3939 java-version : ${{ matrix.JVM_version }}
4040 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments