File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 steps :
1717 - uses : actions/checkout@v5
18- - uses : actions/setup-java@v4
18+ - uses : actions/setup-java@v5
1919 with :
2020 distribution : temurin
2121 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-java@v4
14+ - uses : actions/setup-java@v5
1515 with :
1616 distribution : temurin
1717 java-version : 17
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/setup-java@v4
13+ - uses : actions/setup-java@v5
1414 with :
1515 distribution : temurin
1616 java-version : 17
9393 ref : refs/tags/${{ needs.create_git_tag.outputs.tagName }}
9494
9595 - name : Assemble APK file
96- uses : actions/setup-java@v4
96+ uses : actions/setup-java@v5
9797 with :
9898 distribution : temurin
9999 java-version : 17
You can’t perform that action at this time.
0 commit comments