From 1700e7d74d2a93ba92813a1a06eccf1564bfc964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 05:22:50 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 2 to 3.9.2 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 2 to 3.9.2. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v2...v3.9.2) 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..5acba6bb3e4 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.2 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..e8694ffd92e 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.2 with: token: ${{ secrets.GITHUB_TOKEN }} branch: misspell-fixes-${{ github.ref }} diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index dde8ffcb84d..7ca5e5e6571 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.2 with: token: ${{ secrets.GITHUB_TOKEN }} branch: clang-tidy-fixes-${{ github.ref }}