This commit is contained in:
parent
cfa3040546
commit
c30662bc0a
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ jobs:
|
||||||
java -version
|
java -version
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://data.forgejo.org/actions/checkout@v4
|
uses: https://data.forgejo.org/actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
ref: ${{ github.sha }}
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn clean install -DskipTests
|
run: mvn clean install -DskipTests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue