File tree Expand file tree Collapse file tree 4 files changed +23
-17
lines changed
Expand file tree Collapse file tree 4 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : maven
4- directory : " /"
5- schedule :
6- interval : weekly
7- open-pull-requests-limit : 10
8- reviewers :
9- - sonallux
3+ - package-ecosystem : maven
4+ directory : " /"
5+ schedule :
6+ interval : weekly
7+ open-pull-requests-limit : 10
8+ reviewers :
9+ - sonallux
10+ - package-ecosystem : github-actions
11+ directory : ' /'
12+ schedule :
13+ interval : weekly
14+ reviewers :
15+ - sonallux
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- java : ['17']
13+ java : ['17', '19' ]
1414 name : Build on Java ${{ matrix.java }}
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v3
1818 - name : Setup java
19- uses : actions/setup-java@v2
19+ uses : actions/setup-java@v3
2020 with :
2121 java-version : ${{ matrix.java }}
22- distribution : ' zulu '
22+ distribution : ' temurin '
2323 cache : ' maven'
2424 - name : Build
2525 run : ./mvnw -B package -Pcli
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 - name : Setup java
16- uses : actions/setup-java@v2
16+ uses : actions/setup-java@v3
1717 with :
1818 java-version : 17
19- distribution : ' zulu '
19+ distribution : ' temurin '
2020 cache : ' maven'
2121 server-id : ossrh
2222 server-username : OSSRH_USERNAME # env variable for username in deploy
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414 - name : Setup java
15- uses : actions/setup-java@v2
15+ uses : actions/setup-java@v3
1616 with :
1717 java-version : 17
18- distribution : ' zulu '
18+ distribution : ' temurin '
1919 cache : ' maven'
2020 - name : Get latest fixed open api definition
2121 id : latest-openapi
You can’t perform that action at this time.
0 commit comments