File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8787 run : |
8888 gh_pr_up() {
89- gh pr create -H "${{ env.UPDATE_BRANCH }}" "$@" || git checkout "${{ env.UPDATE_BRANCH }}" && gh pr edit "$@"
89+ gh pr create -H "${{ env.UPDATE_BRANCH }}" "$@" || ( git checkout "${{ env.UPDATE_BRANCH }}" && gh pr edit "$@")
9090 }
9191 gh_pr_up -B "${{ steps.main.outputs.current_branch }}" \
9292 --title "Update from template" \
Original file line number Diff line number Diff line change 188188 <plugin >
189189 <groupId >org.apache.maven.plugins</groupId >
190190 <artifactId >maven-javadoc-plugin</artifactId >
191- <version >3.6.0 </version >
191+ <version >3.6.2 </version >
192192 <executions >
193193 <execution >
194194 <id >attach-javadocs</id >
298298 <plugin >
299299 <groupId >org.apache.maven.plugins</groupId >
300300 <artifactId >maven-clean-plugin</artifactId >
301- <version >3.3.1 </version >
301+ <version >3.3.2 </version >
302302 <executions >
303303 <execution >
304304 <id >pre-generation-clean</id >
You can’t perform that action at this time.
0 commit comments