File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
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@v4
17+ - uses : actions/checkout@v5
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@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-java@v4
1515 with :
1616 distribution : temurin
Original file line number Diff line number Diff line change 88 create_git_tag :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : actions/setup-java@v4
1313 with :
1414 distribution : temurin
8989 run : echo "tagName ${{ needs.create_git_tag.outputs.tagName }}"
9090
9191 - name : Checkout refs/tags/${{ needs.create_git_tag.outputs.tagName }}
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v5
9393 with :
9494 ref : refs/tags/${{ needs.create_git_tag.outputs.tagName }}
9595
You can’t perform that action at this time.
0 commit comments