diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a13b1b7..ae0e8ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,11 +119,9 @@ jobs: name: dist path: dist - name: Create Pull Request - uses: peter-evans/create-pull-request@v2 + uses: peter-evans/create-pull-request@v3 with: commit-message: Update distribution - committer: GitHub - author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> title: Update distribution body: | - Updates the distribution for changes on `master` diff --git a/.github/workflows/update-dep.yml b/.github/workflows/update-dep.yml index dacbde2..e59a805 100644 --- a/.github/workflows/update-dep.yml +++ b/.github/workflows/update-dep.yml @@ -15,7 +15,7 @@ jobs: npx -p npm-check-updates ncu -u npm install - name: Create Pull Request - uses: peter-evans/create-pull-request@v2 + uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} commit-message: Update dependencies