File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - name : Check
1212 run : |
1313 ./tools/check_copyrights.sh
14- - uses : peter-evans/create-pull-request@v4
14+ - uses : peter-evans/create-pull-request@v5
1515 with :
1616 token : ${{ secrets.GITHUB_TOKEN }}
1717 branch : update-copyright-list-${{ github.ref_name }}
Original file line number Diff line number Diff line change 2121 find ql -name *.am | xargs touch
2222 make dist
2323 rm QuantLib-*.tar.gz
24- - uses : peter-evans/create-pull-request@v4
24+ - uses : peter-evans/create-pull-request@v5
2525 with :
2626 token : ${{ secrets.GITHUB_TOKEN }}
2727 branch : update-generated-headers-${{ github.ref_name }}
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v3
1111 - uses : sobolevn/misspell-fixer-action@master
12- - uses : peter-evans/create-pull-request@v4
12+ - uses : peter-evans/create-pull-request@v5
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 branch : misspell-fixes-${{ github.ref_name }}
Original file line number Diff line number Diff line change 1616 run : |
1717 cmake --preset linux-ci-build-with-clang-tidy
1818 cmake --build --preset linux-ci-build-with-clang-tidy -j1
19- - uses : peter-evans/create-pull-request@v4
19+ - uses : peter-evans/create-pull-request@v5
2020 with :
2121 token : ${{ secrets.GITHUB_TOKEN }}
2222 branch : clang-tidy-fixes-${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments