diff --git a/.github/workflows/submodules-update.yml b/.github/workflows/submodules-update.yml index 82e7ffd1..5ead615c 100644 --- a/.github/workflows/submodules-update.yml +++ b/.github/workflows/submodules-update.yml @@ -44,7 +44,7 @@ jobs: commit_message: 'chore: Updates from submodules' - 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/submodule-update title: 'chore: Updates from submodules' diff --git a/.github/workflows/update-generated.yml b/.github/workflows/update-generated.yml index c2587dda..b5a9fe62 100644 --- a/.github/workflows/update-generated.yml +++ b/.github/workflows/update-generated.yml @@ -44,7 +44,7 @@ jobs: commit_message: 'chore: Updates generated files' - 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/submodule-update title: 'chore: Updates generated files'