diff --git a/.github/workflows/index-supported-resource-types.yml b/.github/workflows/index-supported-resource-types.yml index 9a95ce0f..0a8bbeb4 100644 --- a/.github/workflows/index-supported-resource-types.yml +++ b/.github/workflows/index-supported-resource-types.yml @@ -92,7 +92,7 @@ jobs: echo "COMMIT_MESSAGE=${COMMIT_MESSAGE}" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.OVERRIDE_TOKEN }} commit-message: "feat: ${{ steps.changes.outputs.COMMIT_MESSAGE }}"