mirror of https://github.com/qos-ch/slf4j
update github action versions
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
fa6721a53e
commit
b2cb017422
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue