File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 matrix :
1414 java : [11, 17]
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v5
1717 - name : Set up JDK
18- uses : actions/setup-java@v3
18+ uses : actions/setup-java@v5
1919 with :
2020 check-latest : true
2121 distribution : temurin
2222 java-version : ${{ matrix.java }}
23- - uses : actions/cache@v3
23+ - uses : actions/cache@v4
2424 env :
2525 cache-name : cache-maven-artifacts
2626 with :
@@ -33,17 +33,17 @@ jobs:
3333 runs-on : ubuntu-latest
3434 needs : build
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v5
3737 - name : Set up JDK 11
38- uses : actions/setup-java@v3
38+ uses : actions/setup-java@v5
3939 with :
4040 check-latest : true
4141 distribution : temurin
4242 java-version : 11
4343 server-id : ossrh-snapshots
4444 server-username : MAVEN_USERNAME
4545 server-password : MAVEN_PASSWORD
46- - uses : actions/cache@v3
46+ - uses : actions/cache@v4
4747 env :
4848 cache-name : cache-maven-artifacts
4949 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 1212 <parent >
1313 <groupId >com.github.dbmdz.flusswerk</groupId >
1414 <artifactId >flusswerk</artifactId >
15- <version >5.1 .1</version >
15+ <version >7.0 .1</version >
1616 </parent >
1717
1818 <properties >
You can’t perform that action at this time.
0 commit comments