Skip to content

Commit 901d4eb

Browse files
Merge pull request #364 from msmobility/nkuehnel-patch-2
Update ci.yml
2 parents e797ae8 + 74e76e0 commit 901d4eb

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Set up JDK 11
17-
uses: actions/setup-java@v2
17+
uses: actions/setup-java@v4
1818
with:
1919
distribution: 'adopt' # See 'Supported distributions' for available options
2020
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'
2621
- name: Build with Maven
2722
run: mvn test --fail-at-end --batch-mode -Dmatsim.preferLocalDtds=true

0 commit comments

Comments
 (0)