Skip to content

Commit 8f2b46b

Browse files
Merge branch 'master' into dependabot/maven/siloCore/commons-io-commons-io-2.14.0
2 parents db8c42e + 901d4eb commit 8f2b46b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.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)