diff --git a/.github/workflows/update-codejson-schema.yml b/.github/workflows/update-codejson-schema.yml index 003a0ed3..86c5fff2 100644 --- a/.github/workflows/update-codejson-schema.yml +++ b/.github/workflows/update-codejson-schema.yml @@ -39,7 +39,7 @@ jobs: - name: Create Pull Request if: steps.changes.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: commit-message: "chore: update code.json schema" title: "chore: update code.json schema"