diff --git a/.github/workflows/licenses-update.yml b/.github/workflows/licenses-update.yml index 35212b9e3788..42f9adb43906 100644 --- a/.github/workflows/licenses-update.yml +++ b/.github/workflows/licenses-update.yml @@ -48,7 +48,7 @@ jobs: commit_message: 'utils: Update SPDX license data' - name: Create Pull Request if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: branch: create-pull-request/licenses-update title: 'utils: Update SPDX license data' diff --git a/.github/workflows/schema-update.yml b/.github/workflows/schema-update.yml index 4d270d8b49fa..d73f89c398b5 100644 --- a/.github/workflows/schema-update.yml +++ b/.github/workflows/schema-update.yml @@ -39,7 +39,7 @@ jobs: commit_message: 'docs: Update JSON schemas' - name: Create Pull Request if: github.ref == 'refs/heads/main' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: branch: create-pull-request/jsonschema-update title: 'docs: Update JSON schemas'