diff --git a/.github/workflows/concert-demos-root-plugins-update.yml b/.github/workflows/concert-demos-root-plugins-update.yml index 706d66db..ac053fa4 100644 --- a/.github/workflows/concert-demos-root-plugins-update.yml +++ b/.github/workflows/concert-demos-root-plugins-update.yml @@ -22,7 +22,7 @@ jobs: run: make deps-plugins-update - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: Update plugins branch: update-plugins diff --git a/.github/workflows/concert-demos-root-update.yml b/.github/workflows/concert-demos-root-update.yml index da619258..8b3216b8 100644 --- a/.github/workflows/concert-demos-root-update.yml +++ b/.github/workflows/concert-demos-root-update.yml @@ -22,7 +22,7 @@ jobs: run: make deps-update - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: Update npm dependencies branch: update-npm-dependencies