File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,24 @@ jobs:
2222 sudo apt update
2323 sudo apt install ant cpp gradle jq libcurl3-gnutls make mercurial python3-requests unzip wget binutils build-essential
2424 - name : Set up Maven
25- uses : stCarolas/setup-maven@v4.4
25+ uses : stCarolas/setup-maven@v4.5
2626 with :
2727 maven-version : 3.8.6
2828 - name : Pull Request Checkout
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v3
3030 with :
3131 ref : ${{github.event.pull_request.head.ref}}
3232 repository : ${{github.event.pull_request.head.repo.full_name}}
3333 if : github.head_ref != ''
3434 - name : Push Checkout
35- uses : actions/checkout@v2
35+ uses : actions/checkout@v3
3636 if : github.head_ref == ''
3737 - name : Set up Python 3
38- uses : actions/setup-python@v2
38+ uses : actions/setup-python@v4
3939 with :
4040 python-version : ' 3.8'
4141 - name : Set up Java
42- uses : actions/setup-java@v2
42+ uses : actions/setup-java@v3
4343 with :
4444 java-version : ${{ matrix.jdk }}
4545 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments