diff --git a/.github/workflows/update-directorymd.yml b/.github/workflows/update-directorymd.yml index 6bc6485f61fb..53ad221e7742 100644 --- a/.github/workflows/update-directorymd.yml +++ b/.github/workflows/update-directorymd.yml @@ -31,7 +31,7 @@ jobs: git diff --cached --quiet || git commit -m "Update DIRECTORY.md" - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.REPO_SCOPED_TOKEN }} branch: update-directory