File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 matrix :
1515 java : [25]
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v6
1818 - name : Set up JDK
19- uses : actions/setup-java@v3
19+ uses : actions/setup-java@v5
2020 with :
2121 check-latest : true
2222 distribution : temurin
2323 java-version : ${{ matrix.java }}
24- - uses : actions/cache@v3
24+ - uses : actions/cache@v4
2525 env :
2626 cache-name : cache-maven-artifacts
2727 with :
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 rabbitmq :
4- image : rabbitmq:3 -management
4+ image : rabbitmq:4 -management
55 ports :
66 - 5672:5672
77 - 15672:15672
Original file line number Diff line number Diff line change 8989 <plugin >
9090 <groupId >com.diffplug.spotless</groupId >
9191 <artifactId >spotless-maven-plugin</artifactId >
92- <version >2.46.1 </version >
92+ <version >3.1.0 </version >
9393 <configuration >
9494 <ratchetFrom >origin/main</ratchetFrom >
9595 <java >
You can’t perform that action at this time.
0 commit comments