fix build
This commit is contained in:
parent
b371625340
commit
5712009173
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildReporting.yml
vendored
4
.github/workflows/buildReporting.yml
vendored
|
@ -18,10 +18,10 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Set up JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
|
|
Loading…
Reference in a new issue