update github action versions

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
Ceki Gulcu 2022-12-19 20:21:52 +01:00
parent fa6721a53e
commit b2cb017422
1 changed files with 2 additions and 2 deletions

View File

@ -31,12 +31,12 @@ jobs:
fail-fast: true
max-parallel: 4
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 50
- name: Set up Java ${{ matrix.jdk }}
if: ${{ matrix.jdk != '8' }}
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.jdk }}
- name: Install