[ci skip] Update checkout action in workflow (#8510)

This commit is contained in:
Pedro 2022-10-26 12:44:55 -03:00 committed by GitHub
parent 25cd3eee99
commit 7b3b5938fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
java: [17]
fail-fast: true
steps:
- uses: actions/checkout@v2.5.0
- uses: actions/checkout@v3
- name: JDK ${{ matrix.java }}
uses: actions/setup-java@v3.6.0
with: