From dcc435b93296b21b761a6bc70f7b9dd15cdfc5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 22:01:25 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 2 to 4.0.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 2 to 4.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v2...v4.0.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... 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..df32511f176 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@v4.0.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..8871bfabe52 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@v4.0.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..f35e34d4db3 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@v4.0.1 with: token: ${{ secrets.GITHUB_TOKEN }} branch: clang-tidy-fixes-${{ github.ref }}