Skip to content

Commit 1771984

Browse files
committed
Update github actions versions
1 parent 7ecba30 commit 1771984

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)