[AB-xxx] updating versions of GitHub actions in release/build job

This commit is contained in:
Sheldan
2022-12-02 01:55:36 +01:00
parent 9ba0ed711e
commit de335a1e2a
2 changed files with 9 additions and 7 deletions

View File

@@ -19,10 +19,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: 1.8
- name: Build with Maven
run: mvn -B install --file abstracto-application/pom.xml