Bump Action Versions
This commit is contained in:
parent
c22bd793df
commit
be3396002e
1 changed files with 8 additions and 8 deletions
16
.github/workflows/maven.yml
vendored
16
.github/workflows/maven.yml
vendored
|
|
@ -6,11 +6,11 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2.3.4
|
||||||
- name: Set up JDK 1.13
|
- name: Set up JDK 15
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1.3.4
|
||||||
with:
|
with:
|
||||||
java-version: 1.13
|
java-version: '15'
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
|
||||||
|
|
@ -19,11 +19,11 @@ jobs:
|
||||||
needs: build
|
needs: build
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2.3.4
|
||||||
- name: Set up JDK 1.13
|
- name: Set up JDK 15
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1.3.4
|
||||||
with:
|
with:
|
||||||
java-version: 1.13
|
java-version: 15''
|
||||||
- name: Build Final Jar
|
- name: Build Final Jar
|
||||||
run: mvn clean compile assembly:single
|
run: mvn clean compile assembly:single
|
||||||
- name: Copy folder content recursively to remote
|
- name: Copy folder content recursively to remote
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue