diff --git a/.github/workflows/yarn-update.yml b/.github/workflows/yarn-update.yml index a954aa5f8c..8eaea55bb8 100644 --- a/.github/workflows/yarn-update.yml +++ b/.github/workflows/yarn-update.yml @@ -43,7 +43,7 @@ jobs: commit_message: 'chore(js): update vendored libraries' - name: Create Pull Request if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: create-pull-request/yarn-update title: 'chore(js): update vendored libraries'