From a4a128d6945227351a70c6fb8821c0c81f38dfc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:56:35 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 2 to 5 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 2 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v2...v5) --- 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..6c22257b3b2 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@v5 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..892f91b6423 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@v5 with: token: ${{ secrets.GITHUB_TOKEN }} branch: misspell-fixes-${{ github.ref }} diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index dde8ffcb84d..6ca205674bd 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@v5 with: token: ${{ secrets.GITHUB_TOKEN }} branch: clang-tidy-fixes-${{ github.ref }}