diff --git a/.github/workflows/update-contributors.yaml b/.github/workflows/update-contributors.yaml index f96c742a9..27716048a 100644 --- a/.github/workflows/update-contributors.yaml +++ b/.github/workflows/update-contributors.yaml @@ -23,7 +23,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: title: Update contributors section signoff: true diff --git a/.github/workflows/update-maintainers-files.yaml b/.github/workflows/update-maintainers-files.yaml index 8a11d5adc..5bed31c86 100644 --- a/.github/workflows/update-maintainers-files.yaml +++ b/.github/workflows/update-maintainers-files.yaml @@ -29,7 +29,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: title: Update maintainers file signoff: true