From 04b1181e1325407122ca415dcca3fd1b4d95df6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:28:30 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from v2 to v3.9.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v2 to v3.9.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v2...d9d6fd980e1e0904e8e4dce3f0992640091bde37) Signed-off-by: dependabot[bot] --- .github/workflows/copyrights.yml | 2 +- .github/workflows/misspell.yml | 2 +- .github/workflows/tidy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/copyrights.yml b/.github/workflows/copyrights.yml index a25cedf4041..c02db7b9211 100644 --- a/.github/workflows/copyrights.yml +++ b/.github/workflows/copyrights.yml @@ -9,7 +9,7 @@ jobs: - name: Check run: | ./tools/check_copyrights.sh - - uses: peter-evans/create-pull-request@v2 + - uses: peter-evans/create-pull-request@v3.9.1 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update-copyright-list-${{ github.ref }} diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index 8d44ae6c4ec..2d0242df191 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: sobolevn/misspell-fixer-action@master - - uses: peter-evans/create-pull-request@v2 + - uses: peter-evans/create-pull-request@v3.9.1 with: token: ${{ secrets.GITHUB_TOKEN }} branch: misspell-fixes-${{ github.ref }} diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index dde8ffcb84d..5c30cde182e 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -14,7 +14,7 @@ jobs: - name: Check run: | find . -name *.[hc]pp -not -name config.*.hpp -not -name all.hpp -not -name quantlib.hpp -not -name paralleltestrunner.hpp | sort | xargs -n 1 ./tools/run_tidy.sh - - uses: peter-evans/create-pull-request@v2 + - uses: peter-evans/create-pull-request@v3.9.1 with: token: ${{ secrets.GITHUB_TOKEN }} branch: clang-tidy-fixes-${{ github.ref }}