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"