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 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v5
12- - uses : actions/setup-java@v4
12+ - uses : actions/setup-java@v5
1313 with :
1414 distribution : temurin
1515 java-version : 17
9494 ref : refs/tags/${{ needs.create_git_tag.outputs.tagName }}
9595
9696 - name : Assemble APK file
97- uses : actions/setup-java@v4
97+ uses : actions/setup-java@v5
9898 with :
9999 distribution : temurin
100100 java-version : 17
You can’t perform that action at this time.
0 commit comments