From b80daaa0d8239616c42daac0791eb4dd41530ac9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:43:20 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/yarn-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'