File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v3
1616 with :
1717 fetch-depth : 0
18+ - uses : actions/setup-java@v3
19+ with :
20+ distribution : ' temurin'
21+ java-version : ' 17'
1822
1923 - name : Commit message lint
2024 uses : wagoid/commitlint-github-action@v4
Original file line number Diff line number Diff line change 1212 name : 🚀 Create release PR
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 with :
1717 fetch-depth : 0 # gives the changelog generator access to all previous commits
18+ - uses : actions/setup-java@v3
19+ with :
20+ distribution : ' temurin'
21+ java-version : ' 17'
1822
1923 - name : Update CHANGELOG.md, build.gradle and push release branch
2024 env :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 with :
1313 persist-credentials : false
14+ - uses : actions/setup-java@v3
15+ with :
16+ distribution : ' temurin'
17+ java-version : ' 17'
1418 - name : Set up Node.js 16
1519 uses : actions/setup-node@v2
1620 with :
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v3
1616 with :
1717 fetch-depth : 0
18-
18+ - uses : actions/setup-java@v3
19+ with :
20+ distribution : ' temurin'
21+ java-version : ' 17'
1922 - uses : actions/github-script@v5
2023 with :
2124 script : |
You can’t perform that action at this time.
0 commit comments