Update github actions dependencies (#2825)

* Update Actions

* Trigger Test Build

* Fix build

* Remove Test build Trigger
This commit is contained in:
Chris 2023-02-08 05:37:01 +01:00 committed by GitHub
parent 20ce469aec
commit 1877479094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0 #https://github.com/actions/checkout/releases
- name: Set up JDK 8
uses: actions/setup-java@v1
uses: actions/setup-java@v3.9.0 #https://github.com/actions/setup-java/releases
with:
java-version: 1.8
distribution: 'temurin'
java-version: 8
- name: Build with Maven
run: mvn -B package --file pom.xml