File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818
1919 - name : Enable KVM
2020 run : |
Original file line number Diff line number Diff line change 1414 java : [17, 21]
1515 runs-on : ${{ matrix.os }}
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : actions/setup-java@v4
1919 with :
2020 distribution : temurin
Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : actions/setup-java@v4
1515 with :
1616 distribution : temurin
Original file line number Diff line number Diff line change 99 create_git_tag :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : actions/setup-java@v4
1414 with :
1515 distribution : temurin
8888 run : echo "tagName ${{ needs.create_git_tag.outputs.tagName }}"
8989
9090 - name : Checkout refs/tags/${{ needs.create_git_tag.outputs.tagName }}
91- uses : actions/checkout@v5
91+ uses : actions/checkout@v6
9292 with :
9393 ref : refs/tags/${{ needs.create_git_tag.outputs.tagName }}
9494
You can’t perform that action at this time.
0 commit comments