We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db8c42e + 901d4eb commit 8f2b46bCopy full SHA for 8f2b46b
.github/workflows/ci.yml
@@ -12,16 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
- name: Set up JDK 11
17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
18
with:
19
distribution: 'adopt' # See 'Supported distributions' for available options
20
java-version: '11'
21
- - name: Setup Maven Action
22
- uses: s4u/setup-maven-action@v1.2.1
23
- with:
24
- maven-version: '3.6.3'
25
- java-version: '11'
26
- name: Build with Maven
27
run: mvn test --fail-at-end --batch-mode -Dmatsim.preferLocalDtds=true
0 commit comments