From ad38a11b6a95f33ff4f360f3887ece61ed6a21d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:49:48 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.6 to 7.0.7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.6...v7.0.7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/smart-quotes.yaml | 2 +- .github/workflows/update-on-merge.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smart-quotes.yaml b/.github/workflows/smart-quotes.yaml index c75db1bfb..7ac3b3ecb 100644 --- a/.github/workflows/smart-quotes.yaml +++ b/.github/workflows/smart-quotes.yaml @@ -37,7 +37,7 @@ jobs: shell: bash - name: Create pull request - uses: peter-evans/create-pull-request@v7.0.6 + uses: peter-evans/create-pull-request@v7.0.7 with: title: 'Run smarten on demand' body: 'Run the smarten action to create smart quotes' \ No newline at end of file diff --git a/.github/workflows/update-on-merge.yaml b/.github/workflows/update-on-merge.yaml index 3a49c2c3f..b09c53322 100644 --- a/.github/workflows/update-on-merge.yaml +++ b/.github/workflows/update-on-merge.yaml @@ -56,7 +56,7 @@ jobs: shell: bash - name: Create pull request - uses: peter-evans/create-pull-request@v7.0.6 + uses: peter-evans/create-pull-request@v7.0.7 if: ${{ steps.renumber-sections.outputs.status }} == 'success' && ${{ steps.update-grammar.outputs.status }} == 'success' with: title: "Automated Section renumber and grammar extraction"