File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 open-pull-requests-limit : 10
66 schedule :
77 interval : " monthly"
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " monthly"
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 timeout-minutes : 30
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Set up JDK ${{ matrix.jdk }}
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : ${{ matrix.jdk }}
2727 distribution : ' temurin'
2828 cache : maven
2929 - name : Cache local Maven repository
30- uses : actions/cache@v4
30+ uses : actions/cache@v5
3131 with :
3232 path : ~/.m2/repository
3333 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 197197 <plugin >
198198 <groupId >org.apache.maven.plugins</groupId >
199199 <artifactId >maven-surefire-plugin</artifactId >
200- <version >3.5.5 </version >
200+ <version >3.5.6 </version >
201201 </plugin >
202202 <plugin >
203203 <groupId >de.thetaphi</groupId >
You can’t perform that action at this time.
0 commit comments